Html Css Color HEX #EEE020 Golden Fizz

📋 copy color: '#EEE020'

red 238 ◦ green 224 ◦ blue 32

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

Shades of Golden Fizz #EEE020

Tints of Golden Fizz #EEE020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

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

R = 48.18%
G = 45.34%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEE020 (or 0xEEE020) is known color: Golden Fizz. HEX triplet: EE, E0 and 20. RGB value is (238,224,32). Sum of RGB (Red+Green+Blue) = 238+224+32=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE020 is #111FDF. Grayscale: #CFCFCF. Windows color (decimal): -1122272 or 2154734. OLE color: 2154734.

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

Color convert

RGB 238 224 32 -
CMYK 0 0.06 0.87 0.07
HSL 55.92º 0.86% 0.53% -
HSV(B) 55.92º 0.87% 0.93% -
XYZ 62.18 71.59 11.91 -
YUV 206.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 238 224 32 0 0.06 0.87 0.07 55.92 0.86 0.53
Hex EE E0 20 0 6 57 7 38 56 35
Octal 356 340 40 0 6 127 7 70 126 65
Binary 11101110 11100000 100000 0 110 1010111 111 111000 1010110 110101

Color Harmonies of #EEE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE020

Black with #EEE020

Text Example


Text Example

White with #EEE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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