#e5cc30

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

Shades of Golden Dream #E5CC30

Tints of Golden Dream #E5CC30

Color information

#E5CC30 (or 0xE5CC30) is unknown color: approx Golden Dream. HEX triplet: E5, CC and 30. RGB value is (229,204,48). Sum of RGB (Red+Green+Blue) = 229+204+48=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC30 is #1A33CF. Grayscale: #C2C2C2. Windows color (decimal): -1717200 or 3198181. OLE color: 3198181.

HSL color Cylindrical-coordinate representation of color #E5CC30: hue angle of 51.71º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5CC30 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22920448-
CMYK00.110.790.10
HSL51.71º77.68%54.31%-
HSV(B)51.71º79.04%89.8%-
XYZ54.4460.0611.52-
YUV193.6945.78153.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 48 (19.14% from 255) = 9.98%
R=47.61%
G=42.41%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292044800.110.790.1051.7177.6854.31
HexE5CC300B4FA344e36
Octal34531460013117126411666
Binary111001011100110011000001011100111110101101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5cc30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5cc30; }

 p { color: rgb(229,204,48); }

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

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

 a { background-color: rgb(229,204,48); }

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

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

 span { border-color: rgb(229,204,48); }

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