#E6D48B

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

Shades of Flax #E6D48B

Tints of Flax #E6D48B

Color information

#E6D48B (or 0xE6D48B) is unknown color: approx Flax. HEX triplet: E6, D4 and 8B. RGB value is (230,212,139). Sum of RGB (Red+Green+Blue) = 230+212+139=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D48B is #192B74. Grayscale: #D1D1D1. Windows color (decimal): -1649525 or 9164006. OLE color: 9164006.

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

Color convert

RGB230212139-
CMYK00.080.400.10
HSL48.13º64.54%72.35%-
HSV(B)48.13º39.57%90.2%-
XYZ60.8465.7733.92-
YUV209.0688.46142.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.59%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 139 (54.69% from 255) = 23.92%
R=39.59%
G=36.49%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021213900.080.400.1048.1364.5472.35
HexE6D48B0828A304148
Octal346324213010501260101110
Binary11100110110101001000101101000101000101011000010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D48B; }

 p { color: rgb(230,212,139); }

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

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

 a { background-color: rgb(230,212,139); }

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

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

 span { border-color: rgb(230,212,139); }

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