Html Css Color HEX #EEE528 Golden Fizz

📋 copy color: '#EEE528'

red 238 ◦ green 229 ◦ blue 40

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

Shades of Golden Fizz #EEE528

Tints of Golden Fizz #EEE528

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.17%

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

R = 46.94%
G = 45.17%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEE528 (or 0xEEE528) is known color: Golden Fizz. HEX triplet: EE, E5 and 28. RGB value is (238,229,40). Sum of RGB (Red+Green+Blue) = 238+229+40=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE528 is #111AD7. Grayscale: #D2D2D2. Windows color (decimal): -1120984 or 2680302. OLE color: 2680302.

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

Color convert

RGB 238 229 40 -
CMYK 0 0.04 0.83 0.07
HSL 57.27º 0.85% 0.55% -
HSV(B) 57.27º 0.83% 0.93% -
XYZ 63.66 74.37 13.01 -
YUV 210.15 31.98 147.87 -
System Red Green Blue C M Y K H S L
Decimal 238 229 40 0 0.04 0.83 0.07 57.27 0.85 0.55
Hex EE E5 28 0 4 53 7 39 55 37
Octal 356 345 50 0 4 123 7 71 125 67
Binary 11101110 11100101 101000 0 100 1010011 111 111001 1010101 110111

Color Harmonies of #EEE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE528

Black with #EEE528

Text Example


Text Example

White with #EEE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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