Html Css Color HEX #E6C886 New Orleans

📋 copy color: '#E6C886'

red 230 ◦ green 200 ◦ blue 134

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

Shades of New Orleans #E6C886

Tints of New Orleans #E6C886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.46%

 BLUE value IS 134 (52.73% from 255) = 23.76%

R = 40.78%
G = 35.46%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6C886 (or 0xE6C886) is known color: New Orleans. HEX triplet: E6, C8 and 86. RGB value is (230,200,134). Sum of RGB (Red+Green+Blue) = 230+200+134=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C886 is #193779. Grayscale: #C9C9C9. Windows color (decimal): -1652602 or 8833254. OLE color: 8833254.

HSL color Cylindrical-coordinate representation of color #E6C886: hue angle of 41.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6C886 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 200 134 -
CMYK 0 0.13 0.42 0.10
HSL 41.25º 0.66% 0.71% -
HSV(B) 41.25º 0.42% 0.9% -
XYZ 57.59 59.85 31.07 -
YUV 201.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 230 200 134 0 0.13 0.42 0.10 41.25 0.66 0.71
Hex E6 C8 86 0 D 2A A 29 42 47
Octal 346 310 206 0 15 52 12 51 102 107
Binary 11100110 11001000 10000110 0 1101 101010 1010 101001 1000010 1000111

Color Harmonies of #E6C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C886

Black with #E6C886

Text Example


Text Example

White with #E6C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C886; }

 p { color: rgb(230,200,134); }

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

background-color css

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

 a { background-color: rgb(230,200,134); }

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

border-color css

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

 span { border-color: rgb(230,200,134); }

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