#EEE134

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

Shades of Golden Fizz #EEE134

Tints of Golden Fizz #EEE134

Color information

#EEE134 (or 0xEEE134) is unknown color: approx Golden Fizz. HEX triplet: EE, E1 and 34. RGB value is (238,225,52). Sum of RGB (Red+Green+Blue) = 238+225+52=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE134 is #111ECB. Grayscale: #D1D1D1. Windows color (decimal): -1121996 or 3465710. OLE color: 3465710.

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

Color convert

RGB23822552-
CMYK00.050.780.07
HSL55.81º84.55%56.86%-
HSV(B)55.81º78.15%93.33%-
XYZ62.872.2813.89-
YUV209.1639.31148.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 52 (20.70% from 255) = 10.10%
R=46.21%
G=43.69%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382255200.050.780.0755.8184.5556.86
HexEEE134054E7385539
Octal356341640511677012571
Binary1110111011100001110100010110011101111110001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE134; }

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

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

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

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

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

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

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

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