Html Css Color HEX #E6D48B Flax

📋 copy color: '#E6D48B'

red 230 ◦ green 212 ◦ blue 139

#E6D48B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #E6D48B

Tints of Flax #E6D48B

RGB

 RED value IS 230 (90.23% from 255) = 39.59%

 GREEN value IS 212 (83.2% 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 value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6D48B (or 0xE6D48B) is known color: 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

RGB 230 212 139 -
CMYK 0 0.08 0.40 0.10
HSL 48.13º 0.65% 0.72% -
HSV(B) 48.13º 0.4% 0.9% -
XYZ 60.84 65.77 33.92 -
YUV 209.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 230 212 139 0 0.08 0.40 0.10 48.13 0.65 0.72
Hex E6 D4 8B 0 8 28 A 30 41 48
Octal 346 324 213 0 10 50 12 60 101 110
Binary 11100110 11010100 10001011 0 1000 101000 1010 110000 1000001 1001000

Color Harmonies of #E6D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D48B

Black with #E6D48B

Text Example


Text Example

White with #E6D48B

Text Example


Text Example

HTML Codes & Css Web 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>