Html Css Color HEX #EEE128 Golden Fizz

📋 copy color: '#EEE128'

red 238 ◦ green 225 ◦ blue 40

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

Shades of Golden Fizz #EEE128

Tints of Golden Fizz #EEE128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 40 (16.02% from 255) = 7.95%

R = 47.32%
G = 44.73%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEE128 (or 0xEEE128) is known color: Golden Fizz. HEX triplet: EE, E1 and 28. RGB value is (238,225,40). Sum of RGB (Red+Green+Blue) = 238+225+40=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE128 is #111ED7. Grayscale: #D0D0D0. Windows color (decimal): -1122008 or 2679278. OLE color: 2679278.

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

Color convert

RGB 238 225 40 -
CMYK 0 0.05 0.83 0.07
HSL 56.06º 0.85% 0.55% -
HSV(B) 56.06º 0.83% 0.93% -
XYZ 62.57 72.18 12.64 -
YUV 207.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 238 225 40 0 0.05 0.83 0.07 56.06 0.85 0.55
Hex EE E1 28 0 5 53 7 38 55 37
Octal 356 341 50 0 5 123 7 70 125 67
Binary 11101110 11100001 101000 0 101 1010011 111 111000 1010101 110111

Color Harmonies of #EEE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE128

Black with #EEE128

Text Example


Text Example

White with #EEE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE128; }

 p { color: rgb(238,225,40); }

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

background-color css

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

 a { background-color: rgb(238,225,40); }

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

border-color css

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

 span { border-color: rgb(238,225,40); }

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