Html Css Color HEX #EEDE31 Golden Fizz

📋 copy color: '#EEDE31'

red 238 ◦ green 222 ◦ blue 49

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

Shades of Golden Fizz #EEDE31

Tints of Golden Fizz #EEDE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.63%

R = 46.76%
G = 43.61%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEDE31 (or 0xEEDE31) is known color: Golden Fizz. HEX triplet: EE, DE and 31. RGB value is (238,222,49). Sum of RGB (Red+Green+Blue) = 238+222+49=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE31 is #1121CE. Grayscale: #CFCFCF. Windows color (decimal): -1122767 or 3268334. OLE color: 3268334.

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

Color convert

RGB 238 222 49 -
CMYK 0 0.07 0.79 0.07
HSL 54.92º 0.85% 0.56% -
HSV(B) 54.92º 0.79% 0.93% -
XYZ 61.94 70.64 13.28 -
YUV 207.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 238 222 49 0 0.07 0.79 0.07 54.92 0.85 0.56
Hex EE DE 31 0 7 4F 7 37 55 38
Octal 356 336 61 0 7 117 7 67 125 70
Binary 11101110 11011110 110001 0 111 1001111 111 110111 1010101 111000

Color Harmonies of #EEDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE31

Black with #EEDE31

Text Example


Text Example

White with #EEDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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