#EED375

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

Shades of Golden Sand #EED375

Tints of Golden Sand #EED375

Color information

#EED375 (or 0xEED375) is unknown color: approx Golden Sand. HEX triplet: EE, D3 and 75. RGB value is (238,211,117). Sum of RGB (Red+Green+Blue) = 238+211+117=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED375 is #112C8A. Grayscale: #D0D0D0. Windows color (decimal): -1125515 or 7721966. OLE color: 7721966.

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

Color convert

RGB238211117-
CMYK00.110.510.07
HSL46.61º78.06%69.61%-
HSV(B)46.61º50.84%93.33%-
XYZ61.7766.0526.32-
YUV208.3676.45149.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=42.05%
G=37.28%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821111700.110.510.0746.6178.0669.61
HexEED3750B3372f4e46
Octal35632316501363757116106
Binary111011101101001111101010101111001111110111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED375; }

 p { color: rgb(238,211,117); }

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

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

 a { background-color: rgb(238,211,117); }

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

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

 span { border-color: rgb(238,211,117); }

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