Html Css Color HEX #E6C086 New Orleans

📋 copy color: '#E6C086'

red 230 ◦ green 192 ◦ blue 134

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

Shades of New Orleans #E6C086

Tints of New Orleans #E6C086

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.53%

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

R = 41.37%
G = 34.53%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6C086 (or 0xE6C086) is known color: New Orleans. HEX triplet: E6, C0 and 86. RGB value is (230,192,134). Sum of RGB (Red+Green+Blue) = 230+192+134=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C086 is #193F79. Grayscale: #C5C5C5. Windows color (decimal): -1654650 or 8831206. OLE color: 8831206.

HSL color Cylindrical-coordinate representation of color #E6C086: hue angle of 36.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 #E6C086 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 134 -
CMYK 0 0.17 0.42 0.10
HSL 36.25º 0.66% 0.71% -
HSV(B) 36.25º 0.42% 0.9% -
XYZ 55.79 56.24 30.47 -
YUV 196.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 230 192 134 0 0.17 0.42 0.10 36.25 0.66 0.71
Hex E6 C0 86 0 11 2A A 24 42 47
Octal 346 300 206 0 21 52 12 44 102 107
Binary 11100110 11000000 10000110 0 10001 101010 1010 100100 1000010 1000111

Color Harmonies of #E6C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C086

Black with #E6C086

Text Example


Text Example

White with #E6C086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C086; }

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

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

background-color css

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

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

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

border-color css

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

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

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