Html Css Color HEX #EEDE34 Golden Fizz

📋 copy color: '#EEDE34'

red 238 ◦ green 222 ◦ blue 52

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

Shades of Golden Fizz #EEDE34

Tints of Golden Fizz #EEDE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.16%

R = 46.48%
G = 43.36%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEDE34 (or 0xEEDE34) is known color: Golden Fizz. HEX triplet: EE, DE and 34. RGB value is (238,222,52). Sum of RGB (Red+Green+Blue) = 238+222+52=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE34 is #1121CB. Grayscale: #D0D0D0. Windows color (decimal): -1122764 or 3464942. OLE color: 3464942.

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

Color convert

RGB 238 222 52 -
CMYK 0 0.07 0.78 0.07
HSL 54.84º 0.85% 0.57% -
HSV(B) 54.84º 0.78% 0.93% -
XYZ 62 70.67 13.62 -
YUV 207.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 238 222 52 0 0.07 0.78 0.07 54.84 0.85 0.57
Hex EE DE 34 0 7 4E 7 37 55 39
Octal 356 336 64 0 7 116 7 67 125 71
Binary 11101110 11011110 110100 0 111 1001110 111 110111 1010101 111001

Color Harmonies of #EEDE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE34

Black with #EEDE34

Text Example


Text Example

White with #EEDE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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