#EEE425

Color #EEE425 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EEE425

Tints of Golden Fizz #EEE425

Color information

#EEE425 (or 0xEEE425) is unknown color: approx Golden Fizz. HEX triplet: EE, E4 and 25. RGB value is (238,228,37). Sum of RGB (Red+Green+Blue) = 238+228+37=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE425 is #111BDA. Grayscale: #D1D1D1. Windows color (decimal): -1121243 or 2483438. OLE color: 2483438.

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

Color convert

RGB23822837-
CMYK00.040.840.07
HSL57.01º85.53%53.92%-
HSV(B)57.01º84.45%93.33%-
XYZ63.3473.812.66-
YUV209.2230.81148.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 228 (89.45% from 255) = 45.33%
BLUE value IS 37 (14.84% from 255) = 7.36%
R=47.32%
G=45.33%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382283700.040.840.0757.0185.5353.92
HexEEE42504547395636
Octal356344450412477112666
Binary1110111011100100100101010010101001111110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE425; }

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

 H1.HeaderClassName
 {
   color: #EEE425;
 }
 .AnyTagClassName
 {
   color: #EEE425;
 }
</style>
background-color css

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

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

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

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

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

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