Html Css Color HEX #EEE525 Golden Fizz

📋 copy color: '#EEE525'

red 238 ◦ green 229 ◦ blue 37

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

Shades of Golden Fizz #EEE525

Tints of Golden Fizz #EEE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.34%

R = 47.22%
G = 45.44%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEE525 (or 0xEEE525) is known color: Golden Fizz. HEX triplet: EE, E5 and 25. RGB value is (238,229,37). Sum of RGB (Red+Green+Blue) = 238+229+37=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE525 is #111ADA. Grayscale: #D2D2D2. Windows color (decimal): -1120987 or 2483694. OLE color: 2483694.

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

Color convert

RGB 238 229 37 -
CMYK 0 0.04 0.84 0.07
HSL 57.31º 0.86% 0.54% -
HSV(B) 57.31º 0.84% 0.93% -
XYZ 63.61 74.35 12.75 -
YUV 209.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 238 229 37 0 0.04 0.84 0.07 57.31 0.86 0.54
Hex EE E5 25 0 4 54 7 39 56 36
Octal 356 345 45 0 4 124 7 71 126 66
Binary 11101110 11100101 100101 0 100 1010100 111 111001 1010110 110110

Color Harmonies of #EEE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE525

Black with #EEE525

Text Example


Text Example

White with #EEE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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