#EED22E

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

Shades of Golden Dream #EED22E

Tints of Golden Dream #EED22E

Color information

#EED22E (or 0xEED22E) is unknown color: approx Golden Dream. HEX triplet: EE, D2 and 2E. RGB value is (238,210,46). Sum of RGB (Red+Green+Blue) = 238+210+46=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED22E is #112DD1. Grayscale: #C8C8C8. Windows color (decimal): -1125842 or 3068654. OLE color: 3068654.

HSL color Cylindrical-coordinate representation of color #EED22E: hue angle of 51.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED22E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB23821046-
CMYK00.120.810.07
HSL51.25º84.96%55.69%-
HSV(B)51.25º80.67%93.33%-
XYZ58.864.4711.93-
YUV199.6841.28155.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 46 (18.36% from 255) = 9.31%
R=48.18%
G=42.51%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382104600.120.810.0751.2584.9655.69
HexEED22E0C517335538
Octal3563225601412176312570
Binary11101110110100101011100110010100011111100111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED22E; }

 p { color: rgb(238,210,46); }

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

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

 a { background-color: rgb(238,210,46); }

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

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

 span { border-color: rgb(238,210,46); }

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