Html Css Color HEX #EEED2C Golden Fizz

📋 copy color: '#EEED2C'

red 238 ◦ green 237 ◦ blue 44

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

Shades of Golden Fizz #EEED2C

Tints of Golden Fizz #EEED2C

RGB

 RED value IS 238 (93.36% from 255) = 45.86%

 GREEN value IS 237 (92.97% from 255) = 45.66%

 BLUE value IS 44 (17.58% from 255) = 8.48%

R = 45.86%
G = 45.66%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEED2C (or 0xEEED2C) is known color: Golden Fizz. HEX triplet: EE, ED and 2C. RGB value is (238,237,44). Sum of RGB (Red+Green+Blue) = 238+237+44=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 44 (17.58% from 255 or 8.48% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED2C is #1112D3. Grayscale: #D8D8D8. Windows color (decimal): -1118932 or 2944494. OLE color: 2944494.

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

Color convert

RGB 238 237 44 -
CMYK 0 0.00 0.82 0.07
HSL 59.69º 0.85% 0.55% -
HSV(B) 59.69º 0.82% 0.93% -
XYZ 66 78.93 14.14 -
YUV 215.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 238 237 44 0 0.00 0.82 0.07 59.69 0.85 0.55
Hex EE ED 2C 0 0 52 7 3C 55 37
Octal 356 355 54 0 0 122 7 74 125 67
Binary 11101110 11101101 101100 0 0 1010010 111 111100 1010101 110111

Color Harmonies of #EEED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED2C

Black with #EEED2C

Text Example


Text Example

White with #EEED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED2C; }

 p { color: rgb(238,237,44); }

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

background-color css

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

 a { background-color: rgb(238,237,44); }

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

border-color css

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

 span { border-color: rgb(238,237,44); }

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