Html Css Color HEX #EEE820 Golden Fizz

📋 copy color: '#EEE820'

red 238 ◦ green 232 ◦ blue 32

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

Shades of Golden Fizz #EEE820

Tints of Golden Fizz #EEE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.22%

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

R = 47.41%
G = 46.22%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEE820 (or 0xEEE820) is known color: Golden Fizz. HEX triplet: EE, E8 and 20. RGB value is (238,232,32). Sum of RGB (Red+Green+Blue) = 238+232+32=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE820 is #1117DF. Grayscale: #D3D3D3. Windows color (decimal): -1120224 or 2156782. OLE color: 2156782.

HSL color Cylindrical-coordinate representation of color #EEE820: hue angle of 58.25º 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 #EEE820 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 232 32 -
CMYK 0 0.03 0.87 0.07
HSL 58.25º 0.86% 0.53% -
HSV(B) 58.25º 0.87% 0.93% -
XYZ 64.38 75.99 12.64 -
YUV 210.99 26.99 147.26 -
System Red Green Blue C M Y K H S L
Decimal 238 232 32 0 0.03 0.87 0.07 58.25 0.86 0.53
Hex EE E8 20 0 3 57 7 3A 56 35
Octal 356 350 40 0 3 127 7 72 126 65
Binary 11101110 11101000 100000 0 11 1010111 111 111010 1010110 110101

Color Harmonies of #EEE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE820

Black with #EEE820

Text Example


Text Example

White with #EEE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE820; }

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

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

background-color css

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

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

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

border-color css

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

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

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