Html Css Color HEX #EEDE37 Golden Fizz

📋 copy color: '#EEDE37'

red 238 ◦ green 222 ◦ blue 55

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

Shades of Golden Fizz #EEDE37

Tints of Golden Fizz #EEDE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

 BLUE value IS 55 (21.88% from 255) = 10.68%

R = 46.21%
G = 43.11%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EEDE37 (or 0xEEDE37) is known color: Golden Fizz. HEX triplet: EE, DE and 37. RGB value is (238,222,55). Sum of RGB (Red+Green+Blue) = 238+222+55=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE37 is #1121C8. Grayscale: #D0D0D0. Windows color (decimal): -1122761 or 3661550. OLE color: 3661550.

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

Color convert

RGB 238 222 55 -
CMYK 0 0.07 0.77 0.07
HSL 54.75º 0.84% 0.57% -
HSV(B) 54.75º 0.77% 0.93% -
XYZ 62.07 70.7 13.99 -
YUV 207.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 238 222 55 0 0.07 0.77 0.07 54.75 0.84 0.57
Hex EE DE 37 0 7 4D 7 37 54 39
Octal 356 336 67 0 7 115 7 67 124 71
Binary 11101110 11011110 110111 0 111 1001101 111 110111 1010100 111001

Color Harmonies of #EEDE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE37

Black with #EEDE37

Text Example


Text Example

White with #EEDE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE37; }

 p { color: rgb(238,222,55); }

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

background-color css

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

 a { background-color: rgb(238,222,55); }

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

border-color css

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

 span { border-color: rgb(238,222,55); }

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