#EECD75

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

Shades of Golden Sand #EECD75

Tints of Golden Sand #EECD75

Color information

#EECD75 (or 0xEECD75) is unknown color: approx Golden Sand. HEX triplet: EE, CD and 75. RGB value is (238,205,117). Sum of RGB (Red+Green+Blue) = 238+205+117=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD75 is #11328A. Grayscale: #CDCDCD. Windows color (decimal): -1127051 or 7720430. OLE color: 7720430.

HSL color Cylindrical-coordinate representation of color #EECD75: hue angle of 43.64º 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 #EECD75 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238205117-
CMYK00.140.510.07
HSL43.64º78.06%69.61%-
HSV(B)43.64º50.84%93.33%-
XYZ60.363.1225.84-
YUV204.8378.43151.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 117 (46.09% from 255) = 20.89%
R=42.5%
G=36.61%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820511700.140.510.0743.6478.0669.61
HexEECD750E3372c4e46
Octal35631516501663754116106
Binary111011101100110111101010111011001111110110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD75; }

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

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

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

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

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

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

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

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