#EECB6A

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

Shades of Golden Sand #EECB6A

Tints of Golden Sand #EECB6A

Color information

#EECB6A (or 0xEECB6A) is unknown color: approx Golden Sand. HEX triplet: EE, CB and 6A. RGB value is (238,203,106). Sum of RGB (Red+Green+Blue) = 238+203+106=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB6A is #113495. Grayscale: #CACACA. Windows color (decimal): -1127574 or 6999022. OLE color: 6999022.

HSL color Cylindrical-coordinate representation of color #EECB6A: hue angle of 44.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EECB6A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238203106-
CMYK00.150.550.07
HSL44.09º79.52%67.45%-
HSV(B)44.09º55.46%93.33%-
XYZ59.2261.9322.47-
YUV202.4173.6153.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.51%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 106 (41.80% from 255) = 19.38%
R=43.51%
G=37.11%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820310600.150.550.0744.0979.5267.45
HexEECB6A0F3772c5043
Octal35631315201767754120103
Binary111011101100101111010100111111011111110110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECB6A; }

 p { color: rgb(238,203,106); }

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

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

 a { background-color: rgb(238,203,106); }

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

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

 span { border-color: rgb(238,203,106); }

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