#EFCCAA

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

Shades of Desert Sand #EFCCAA

Tints of Desert Sand #EFCCAA

Color information

#EFCCAA (or 0xEFCCAA) is unknown color: approx Desert Sand. HEX triplet: EF, CC and AA. RGB value is (239,204,170). Sum of RGB (Red+Green+Blue) = 239+204+170=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAA is #103355. Grayscale: #D2D2D2. Windows color (decimal): -1061718 or 11193583. OLE color: 11193583.

HSL color Cylindrical-coordinate representation of color #EFCCAA: hue angle of 29.57º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFCCAA is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239204170-
CMYK00.150.290.06
HSL29.57º68.32%80.2%-
HSV(B)29.57º28.87%93.73%-
XYZ64.4564.4447.07-
YUV210.59105.1148.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=38.99%
G=33.28%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920417000.150.290.0629.5768.3280.2
HexEFCCAA0F1D61e4450
Octal35731425201735636104120
Binary11101111110011001010101001111111011101111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCAA; }

 p { color: rgb(239,204,170); }

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

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

 a { background-color: rgb(239,204,170); }

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

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

 span { border-color: rgb(239,204,170); }

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