#E6CF80

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

Shades of Sandwisp #E6CF80

Tints of Sandwisp #E6CF80

Color information

#E6CF80 (or 0xE6CF80) is unknown color: approx Sandwisp. HEX triplet: E6, CF and 80. RGB value is (230,207,128). Sum of RGB (Red+Green+Blue) = 230+207+128=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF80 is #19307F. Grayscale: #CDCDCD. Windows color (decimal): -1650816 or 8441830. OLE color: 8441830.

HSL color Cylindrical-coordinate representation of color #E6CF80: hue angle of 46.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6CF80 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230207128-
CMYK00.100.440.10
HSL46.47º67.11%70.2%-
HSV(B)46.47º44.35%90.2%-
XYZ58.8463.0129.48-
YUV204.8784.62145.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=40.71%
G=36.64%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020712800.100.440.1046.4767.1170.2
HexE6CF800A2CA2e4346
Octal346317200012541256103106
Binary11100110110011111000000001010101100101010111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF80; }

 p { color: rgb(230,207,128); }

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

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

 a { background-color: rgb(230,207,128); }

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

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

 span { border-color: rgb(230,207,128); }

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