Html Css Color HEX #EDE524 Golden Fizz

📋 copy color: '#EDE524'

red 237 ◦ green 229 ◦ blue 36

#EDE524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EDE524

Tints of Golden Fizz #EDE524

RGB

 RED value IS 237 (92.97% from 255) = 47.21%

 GREEN value IS 229 (89.84% from 255) = 45.62%

 BLUE value IS 36 (14.45% from 255) = 7.17%

R = 47.21%
G = 45.62%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDE524 (or 0xEDE524) is known color: Golden Fizz. HEX triplet: ED, E5 and 24. RGB value is (237,229,36). Sum of RGB (Red+Green+Blue) = 237+229+36=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE524 is #121ADB. Grayscale: #D2D2D2. Windows color (decimal): -1186524 or 2418157. OLE color: 2418157.

HSL color Cylindrical-coordinate representation of color #EDE524: hue angle of 57.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDE524 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 36 -
CMYK 0 0.03 0.85 0.07
HSL 57.61º 0.85% 0.54% -
HSV(B) 57.61º 0.85% 0.93% -
XYZ 63.26 74.17 12.65 -
YUV 209.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 237 229 36 0 0.03 0.85 0.07 57.61 0.85 0.54
Hex ED E5 24 0 3 55 7 3A 55 36
Octal 355 345 44 0 3 125 7 72 125 66
Binary 11101101 11100101 100100 0 11 1010101 111 111010 1010101 110110

Color Harmonies of #EDE524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE524

Black with #EDE524

Text Example


Text Example

White with #EDE524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE524; }

 p { color: rgb(237,229,36); }

 H1.HeaderClassName
 {
   color: #EDE524;
 }
 .AnyTagClassName
 {
   color: #EDE524;
 }
</style>

background-color css

<style>
 a { background-color: #EDE524; }

 a { background-color: rgb(237,229,36); }

 div.DivClassName
 {
   background-color: #EDE524;
 }
 .BgClassName
 {
   background-color: #EDE524;
 }
</style>

border-color css

<style>
 span { border-color: #EDE524; }

 span { border-color: rgb(237,229,36); }

 td.TdClassName
 {
   border-color: #EDE524;
 }
 .TagClassName
 {
   border-color: #EDE524;
 }
</style>