Html Css Color HEX #EDDA24 Golden Fizz

📋 copy color: '#EDDA24'

red 237 ◦ green 218 ◦ blue 36

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

Shades of Golden Fizz #EDDA24

Tints of Golden Fizz #EDDA24

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 48.27%
G = 44.4%
B = 7.33%

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

#EDDA24 (or 0xEDDA24) is known color: Golden Fizz. HEX triplet: ED, DA and 24. RGB value is (237,218,36). Sum of RGB (Red+Green+Blue) = 237+218+36=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA24 is #1225DB. Grayscale: #CBCBCB. Windows color (decimal): -1189340 or 2415341. OLE color: 2415341.

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

Color convert

RGB 237 218 36 -
CMYK 0 0.08 0.85 0.07
HSL 54.33º 0.85% 0.54% -
HSV(B) 54.33º 0.85% 0.93% -
XYZ 60.31 68.27 11.67 -
YUV 202.93 33.79 152.3 -
System Red Green Blue C M Y K H S L
Decimal 237 218 36 0 0.08 0.85 0.07 54.33 0.85 0.54
Hex ED DA 24 0 8 55 7 36 55 36
Octal 355 332 44 0 10 125 7 66 125 66
Binary 11101101 11011010 100100 0 1000 1010101 111 110110 1010101 110110

Color Harmonies of #EDDA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA24

Black with #EDDA24

Text Example


Text Example

White with #EDDA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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