#E6D27F

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

Shades of Sandwisp #E6D27F

Tints of Sandwisp #E6D27F

Color information

#E6D27F (or 0xE6D27F) is unknown color: approx Sandwisp. HEX triplet: E6, D2 and 7F. RGB value is (230,210,127). Sum of RGB (Red+Green+Blue) = 230+210+127=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D27F is #192D80. Grayscale: #CECECE. Windows color (decimal): -1650049 or 8377062. OLE color: 8377062.

HSL color Cylindrical-coordinate representation of color #E6D27F: hue angle of 48.35º 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 #E6D27F is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230210127-
CMYK00.090.450.10
HSL48.35º67.32%70%-
HSV(B)48.35º44.78%90.2%-
XYZ59.5164.4529.38-
YUV206.5283.13144.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.56%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 127 (50% from 255) = 22.40%
R=40.56%
G=37.04%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021012700.090.450.1048.3567.3270
HexE6D27F092DA304346
Octal346322177011551260103106
Binary1110011011010010111111101001101101101011000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D27F; }

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

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

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

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

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

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

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

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