#e6cd7f

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

Shades of Sandwisp #E6CD7F

Tints of Sandwisp #E6CD7F

Color information

#E6CD7F (or 0xE6CD7F) is unknown color: approx Sandwisp. HEX triplet: E6, CD and 7F. RGB value is (230,205,127). Sum of RGB (Red+Green+Blue) = 230+205+127=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD7F is #193280. Grayscale: #CBCBCB. Windows color (decimal): -1651329 or 8375782. OLE color: 8375782.

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

Color convert

RGB230205127-
CMYK00.110.450.10
HSL45.44º67.32%70%-
HSV(B)45.44º44.78%90.2%-
XYZ58.362.0228.98-
YUV203.5884.78146.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 127 (50% from 255) = 22.60%
R=40.93%
G=36.48%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020512700.110.450.1045.4467.3270
HexE6CD7F0B2DA2d4346
Octal346315177013551255103106
Binary1110011011001101111111101011101101101010110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6cd7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6cd7f; }

 p { color: rgb(230,205,127); }

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

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

 a { background-color: rgb(230,205,127); }

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

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

 span { border-color: rgb(230,205,127); }

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