Html Css Color HEX #EEE52D Golden Fizz

📋 copy color: '#EEE52D'

red 238 ◦ green 229 ◦ blue 45

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

Shades of Golden Fizz #EEE52D

Tints of Golden Fizz #EEE52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.79%

R = 46.48%
G = 44.73%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEE52D (or 0xEEE52D) is known color: Golden Fizz. HEX triplet: EE, E5 and 2D. RGB value is (238,229,45). Sum of RGB (Red+Green+Blue) = 238+229+45=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE52D is #111AD2. Grayscale: #D3D3D3. Windows color (decimal): -1120979 or 3007982. OLE color: 3007982.

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

Color convert

RGB 238 229 45 -
CMYK 0 0.04 0.81 0.07
HSL 57.2º 0.85% 0.55% -
HSV(B) 57.2º 0.81% 0.93% -
XYZ 63.75 74.41 13.48 -
YUV 210.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 238 229 45 0 0.04 0.81 0.07 57.2 0.85 0.55
Hex EE E5 2D 0 4 51 7 39 55 37
Octal 356 345 55 0 4 121 7 71 125 67
Binary 11101110 11100101 101101 0 100 1010001 111 111001 1010101 110111

Color Harmonies of #EEE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE52D

Black with #EEE52D

Text Example


Text Example

White with #EEE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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