Html Css Color HEX #EEE220 Golden Fizz

📋 copy color: '#EEE220'

red 238 ◦ green 226 ◦ blue 32

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

Shades of Golden Fizz #EEE220

Tints of Golden Fizz #EEE220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.56%

 BLUE value IS 32 (12.89% from 255) = 6.45%

R = 47.98%
G = 45.56%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEE220 (or 0xEEE220) is known color: Golden Fizz. HEX triplet: EE, E2 and 20. RGB value is (238,226,32). Sum of RGB (Red+Green+Blue) = 238+226+32=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE220 is #111DDF. Grayscale: #D0D0D0. Windows color (decimal): -1121760 or 2155246. OLE color: 2155246.

HSL color Cylindrical-coordinate representation of color #EEE220: hue angle of 56.5º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEE220 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 226 32 -
CMYK 0 0.05 0.87 0.07
HSL 56.5º 0.86% 0.53% -
HSV(B) 56.5º 0.87% 0.93% -
XYZ 62.72 72.67 12.09 -
YUV 207.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 238 226 32 0 0.05 0.87 0.07 56.5 0.86 0.53
Hex EE E2 20 0 5 57 7 39 56 35
Octal 356 342 40 0 5 127 7 71 126 65
Binary 11101110 11100010 100000 0 101 1010111 111 111001 1010110 110101

Color Harmonies of #EEE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE220

Black with #EEE220

Text Example


Text Example

White with #EEE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE220; }

 p { color: rgb(238,226,32); }

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

background-color css

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

 a { background-color: rgb(238,226,32); }

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

border-color css

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

 span { border-color: rgb(238,226,32); }

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