Html Css Color HEX #E6B88A Burly Wood

📋 copy color: '#E6B88A'

red 230 ◦ green 184 ◦ blue 138

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

Shades of Burly Wood #E6B88A

Tints of Burly Wood #E6B88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 25%

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6B88A (or 0xE6B88A) is known color: Burly Wood. HEX triplet: E6, B8 and 8A. RGB value is (230,184,138). Sum of RGB (Red+Green+Blue) = 230+184+138=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B88A is #194775. Grayscale: #C0C0C0. Windows color (decimal): -1656694 or 9091302. OLE color: 9091302.

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

Color convert

RGB 230 184 138 -
CMYK 0 0.2 0.4 0.10
HSL 30º 0.65% 0.72% -
HSV(B) 30º 0.4% 0.9% -
XYZ 54.36 52.94 31.4 -
YUV 192.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 230 184 138 0 0.2 0.4 0.10 30 0.65 0.72
Hex E6 B8 8A 0 14 28 A 1E 41 48
Octal 346 270 212 0 24 50 12 36 101 110
Binary 11100110 10111000 10001010 0 10100 101000 1010 11110 1000001 1001000

Color Harmonies of #E6B88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B88A

Black with #E6B88A

Text Example


Text Example

White with #E6B88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B88A; }

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

 H1.HeaderClassName
 {
   color: #E6B88A;
 }
 .AnyTagClassName
 {
   color: #E6B88A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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