#EED034

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

Shades of Golden Dream #EED034

Tints of Golden Dream #EED034

Color information

#EED034 (or 0xEED034) is unknown color: approx Golden Dream. HEX triplet: EE, D0 and 34. RGB value is (238,208,52). Sum of RGB (Red+Green+Blue) = 238+208+52=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EED034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED034 is #112FCB. Grayscale: #C7C7C7. Windows color (decimal): -1126348 or 3461358. OLE color: 3461358.

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

Color convert

RGB23820852-
CMYK00.130.780.07
HSL50.32º84.55%56.86%-
HSV(B)50.32º78.15%93.33%-
XYZ58.4463.5412.43-
YUV199.1944.94155.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 52 (20.70% from 255) = 10.44%
R=47.79%
G=41.77%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382085200.130.780.0750.3284.5556.86
HexEED0340D4E7325539
Octal3563206401511676212571
Binary11101110110100001101000110110011101111100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED034; }

 p { color: rgb(238,208,52); }

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

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

 a { background-color: rgb(238,208,52); }

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

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

 span { border-color: rgb(238,208,52); }

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