#EECA6A

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

Shades of Golden Sand #EECA6A

Tints of Golden Sand #EECA6A

Color information

#EECA6A (or 0xEECA6A) is unknown color: approx Golden Sand. HEX triplet: EE, CA and 6A. RGB value is (238,202,106). Sum of RGB (Red+Green+Blue) = 238+202+106=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA6A is #113595. Grayscale: #CACACA. Windows color (decimal): -1127830 or 6998766. OLE color: 6998766.

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

Color convert

RGB238202106-
CMYK00.150.550.07
HSL43.64º79.52%67.45%-
HSV(B)43.64º55.46%93.33%-
XYZ58.9861.4622.39-
YUV201.8273.93153.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 106 (41.80% from 255) = 19.41%
R=43.59%
G=37.00%
B=19.41%

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
Decimal23820210600.150.550.0743.6479.5267.45
HexEECA6A0F3772c5043
Octal35631215201767754120103
Binary111011101100101011010100111111011111110110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA6A; }

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

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

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

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

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

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

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

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