#EED273

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

Shades of Golden Sand #EED273

Tints of Golden Sand #EED273

Color information

#EED273 (or 0xEED273) is unknown color: approx Golden Sand. HEX triplet: EE, D2 and 73. RGB value is (238,210,115). Sum of RGB (Red+Green+Blue) = 238+210+115=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EED273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED273 is #112D8C. Grayscale: #CFCFCF. Windows color (decimal): -1125773 or 7590638. OLE color: 7590638.

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

Color convert

RGB238210115-
CMYK00.120.520.07
HSL46.34º78.34%69.22%-
HSV(B)46.34º51.68%93.33%-
XYZ61.465.5125.63-
YUV207.5475.78149.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 115 (45.31% from 255) = 20.43%
R=42.27%
G=37.30%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821011500.120.520.0746.3478.3469.22
HexEED2730C3472e4e45
Octal35632216301464756116105
Binary111011101101001011100110110011010011110111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED273; }

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

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

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

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

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

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

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

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