#E7CD2C

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

Shades of Golden Dream #E7CD2C

Tints of Golden Dream #E7CD2C

Color information

#E7CD2C (or 0xE7CD2C) is unknown color: approx Golden Dream. HEX triplet: E7, CD and 2C. RGB value is (231,205,44). Sum of RGB (Red+Green+Blue) = 231+205+44=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD2C is #1832D3. Grayscale: #C3C3C3. Windows color (decimal): -1585876 or 2936295. OLE color: 2936295.

HSL color Cylindrical-coordinate representation of color #E7CD2C: hue angle of 51.66º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7CD2C is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB23120544-
CMYK00.110.810.09
HSL51.66º79.57%53.92%-
HSV(B)51.66º80.95%90.59%-
XYZ55.2460.8311.21-
YUV194.4243.11154.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 44 (17.58% from 255) = 9.17%
R=48.12%
G=42.71%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312054400.110.810.0951.6679.5753.92
HexE7CD2C0B519345036
Octal34731554013121116412066
Binary111001111100110110110001011101000110011101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD2C; }

 p { color: rgb(231,205,44); }

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

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

 a { background-color: rgb(231,205,44); }

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

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

 span { border-color: rgb(231,205,44); }

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