Html Css Color HEX #EEE320 Golden Fizz

📋 copy color: '#EEE320'

red 238 ◦ green 227 ◦ blue 32

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

Shades of Golden Fizz #EEE320

Tints of Golden Fizz #EEE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

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

R = 47.89%
G = 45.67%
B = 6.44%

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

#EEE320 (or 0xEEE320) is known color: Golden Fizz. HEX triplet: EE, E3 and 20. RGB value is (238,227,32). Sum of RGB (Red+Green+Blue) = 238+227+32=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE320 is #111CDF. Grayscale: #D0D0D0. Windows color (decimal): -1121504 or 2155502. OLE color: 2155502.

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

Color convert

RGB 238 227 32 -
CMYK 0 0.05 0.87 0.07
HSL 56.8º 0.86% 0.53% -
HSV(B) 56.8º 0.87% 0.93% -
XYZ 62.99 73.22 12.18 -
YUV 208.06 28.64 149.36 -
System Red Green Blue C M Y K H S L
Decimal 238 227 32 0 0.05 0.87 0.07 56.8 0.86 0.53
Hex EE E3 20 0 5 57 7 39 56 35
Octal 356 343 40 0 5 127 7 71 126 65
Binary 11101110 11100011 100000 0 101 1010111 111 111001 1010110 110101

Color Harmonies of #EEE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE320

Black with #EEE320

Text Example


Text Example

White with #EEE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE320; }

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

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

background-color css

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

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

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

border-color css

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

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

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