#EDD235

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

Shades of Golden Dream #EDD235

Tints of Golden Dream #EDD235

Color information

#EDD235 (or 0xEDD235) is unknown color: approx Golden Dream. HEX triplet: ED, D2 and 35. RGB value is (237,210,53). Sum of RGB (Red+Green+Blue) = 237+210+53=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD235 is #122DCA. Grayscale: #C8C8C8. Windows color (decimal): -1191371 or 3527405. OLE color: 3527405.

HSL color Cylindrical-coordinate representation of color #EDD235: hue angle of 51.2º degrees, saturation: 0.84, 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 #EDD235 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23721053-
CMYK00.110.780.07
HSL51.2º83.64%56.86%-
HSV(B)51.2º77.64%92.94%-
XYZ58.6164.3512.7-
YUV200.1844.95154.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 53 (21.09% from 255) = 10.6%
R=47.4%
G=42%
B=10.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372105300.110.780.0751.283.6456.86
HexEDD2350B4E7335439
Octal3553226501311676312471
Binary11101101110100101101010101110011101111100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD235; }

 p { color: rgb(237,210,53); }

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

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

 a { background-color: rgb(237,210,53); }

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

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

 span { border-color: rgb(237,210,53); }

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