Html Css Color HEX #EEE032 Golden Fizz

📋 copy color: '#EEE032'

red 238 ◦ green 224 ◦ blue 50

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

Shades of Golden Fizz #EEE032

Tints of Golden Fizz #EEE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.77%

R = 46.48%
G = 43.75%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEE032 (or 0xEEE032) is known color: Golden Fizz. HEX triplet: EE, E0 and 32. RGB value is (238,224,50). Sum of RGB (Red+Green+Blue) = 238+224+50=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE032 is #111FCD. Grayscale: #D1D1D1. Windows color (decimal): -1122254 or 3334382. OLE color: 3334382.

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

Color convert

RGB 238 224 50 -
CMYK 0 0.06 0.79 0.07
HSL 55.53º 0.85% 0.56% -
HSV(B) 55.53º 0.79% 0.93% -
XYZ 62.49 71.72 13.57 -
YUV 208.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 238 224 50 0 0.06 0.79 0.07 55.53 0.85 0.56
Hex EE E0 32 0 6 4F 7 38 55 38
Octal 356 340 62 0 6 117 7 70 125 70
Binary 11101110 11100000 110010 0 110 1001111 111 111000 1010101 111000

Color Harmonies of #EEE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE032

Black with #EEE032

Text Example


Text Example

White with #EEE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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