#E5CD2D

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

Shades of Golden Dream #E5CD2D

Tints of Golden Dream #E5CD2D

Color information

#E5CD2D (or 0xE5CD2D) is unknown color: approx Golden Dream. HEX triplet: E5, CD and 2D. RGB value is (229,205,45). Sum of RGB (Red+Green+Blue) = 229+205+45=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD2D is #1A32D2. Grayscale: #C2C2C2. Windows color (decimal): -1716947 or 3001829. OLE color: 3001829.

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

Color convert

RGB22920545-
CMYK00.100.800.10
HSL52.17º77.97%53.73%-
HSV(B)52.17º80.35%89.8%-
XYZ54.6260.5111.28-
YUV193.9443.95153.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 45 (17.97% from 255) = 9.39%
R=47.81%
G=42.80%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292054500.100.800.1052.1777.9753.73
HexE5CD2D0A50A344e36
Octal34531555012120126411666
Binary111001011100110110110101010101000010101101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CD2D; }

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

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

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

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

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

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

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

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