#EDD238

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

Shades of Golden Dream #EDD238

Tints of Golden Dream #EDD238

Color information

#EDD238 (or 0xEDD238) is unknown color: approx Golden Dream. HEX triplet: ED, D2 and 38. RGB value is (237,210,56). Sum of RGB (Red+Green+Blue) = 237+210+56=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD238 is #122DC7. Grayscale: #C9C9C9. Windows color (decimal): -1191368 or 3724013. OLE color: 3724013.

HSL color Cylindrical-coordinate representation of color #EDD238: hue angle of 51.05º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDD238 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23721056-
CMYK00.110.760.07
HSL51.05º83.41%57.45%-
HSV(B)51.05º76.37%92.94%-
XYZ58.6964.3813.08-
YUV200.5246.45154.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 56 (22.27% from 255) = 11.13%
R=47.12%
G=41.75%
B=11.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372105600.110.760.0751.0583.4157.45
HexEDD2380B4C7335339
Octal3553227001311476312371
Binary11101101110100101110000101110011001111100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD238; }

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

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

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

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

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

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

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

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