#E6CF8A

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

Shades of Sandwisp #E6CF8A

Tints of Sandwisp #E6CF8A

Color information

#E6CF8A (or 0xE6CF8A) is unknown color: approx Sandwisp. HEX triplet: E6, CF and 8A. RGB value is (230,207,138). Sum of RGB (Red+Green+Blue) = 230+207+138=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF8A is #193075. Grayscale: #CECECE. Windows color (decimal): -1650806 or 9097190. OLE color: 9097190.

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

Color convert

RGB230207138-
CMYK00.100.40.10
HSL45º64.79%72.16%-
HSV(B)45º40%90.2%-
XYZ59.5363.2833.12-
YUV206.0189.62145.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 138 (54.30% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020713800.100.40.104564.7972.16
HexE6CF8A0A28A2d4148
Octal346317212012501255101110
Binary11100110110011111000101001010101000101010110110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CF8A; }

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

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

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

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

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

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

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

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