Html Css Color HEX #EDDB24 Golden Fizz

📋 copy color: '#EDDB24'

red 237 ◦ green 219 ◦ blue 36

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

Shades of Golden Fizz #EDDB24

Tints of Golden Fizz #EDDB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 48.17%
G = 44.51%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDDB24 (or 0xEDDB24) is known color: Golden Fizz. HEX triplet: ED, DB and 24. RGB value is (237,219,36). Sum of RGB (Red+Green+Blue) = 237+219+36=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 36 (14.45% from 255 or 7.32% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB24 is #1224DB. Grayscale: #CCCCCC. Windows color (decimal): -1189084 or 2415597. OLE color: 2415597.

HSL color Cylindrical-coordinate representation of color #EDDB24: hue angle of 54.63º 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 #EDDB24 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 36 -
CMYK 0 0.08 0.85 0.07
HSL 54.63º 0.85% 0.54% -
HSV(B) 54.63º 0.85% 0.93% -
XYZ 60.58 68.79 11.76 -
YUV 203.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 237 219 36 0 0.08 0.85 0.07 54.63 0.85 0.54
Hex ED DB 24 0 8 55 7 37 55 36
Octal 355 333 44 0 10 125 7 67 125 66
Binary 11101101 11011011 100100 0 1000 1010101 111 110111 1010101 110110

Color Harmonies of #EDDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB24

Black with #EDDB24

Text Example


Text Example

White with #EDDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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