#E8CE35

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

Shades of Golden Dream #E8CE35

Tints of Golden Dream #E8CE35

Color information

#E8CE35 (or 0xE8CE35) is unknown color: approx Golden Dream. HEX triplet: E8, CE and 35. RGB value is (232,206,53). Sum of RGB (Red+Green+Blue) = 232+206+53=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CE35 is #1731CA. Grayscale: #C4C4C4. Windows color (decimal): -1520075 or 3526376. OLE color: 3526376.

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

Color convert

RGB23220653-
CMYK00.110.770.09
HSL51.28º79.56%55.88%-
HSV(B)51.28º77.16%90.98%-
XYZ55.9961.5612.3-
YUV196.3347.11153.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.25%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 53 (21.09% from 255) = 10.79%
R=47.25%
G=41.96%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322065300.110.770.0951.2879.5655.88
HexE8CE350B4D9335038
Octal35031665013115116312070
Binary111010001100111011010101011100110110011100111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CE35; }

 p { color: rgb(232,206,53); }

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

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

 a { background-color: rgb(232,206,53); }

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

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

 span { border-color: rgb(232,206,53); }

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