Html Css Color HEX #E8C686 New Orleans

📋 copy color: '#E8C686'

red 232 ◦ green 198 ◦ blue 134

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

Shades of New Orleans #E8C686

Tints of New Orleans #E8C686

RGB

 RED value IS 232 (91.02% from 255) = 41.13%

 GREEN value IS 198 (77.73% from 255) = 35.11%

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

R = 41.13%
G = 35.11%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E8C686 (or 0xE8C686) is known color: New Orleans. HEX triplet: E8, C6 and 86. RGB value is (232,198,134). Sum of RGB (Red+Green+Blue) = 232+198+134=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C686 is #173979. Grayscale: #C9C9C9. Windows color (decimal): -1522042 or 8832744. OLE color: 8832744.

HSL color Cylindrical-coordinate representation of color #E8C686: hue angle of 39.18º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8C686 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 198 134 -
CMYK 0 0.15 0.42 0.09
HSL 39.18º 0.68% 0.72% -
HSV(B) 39.18º 0.42% 0.91% -
XYZ 57.78 59.27 30.95 -
YUV 200.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 232 198 134 0 0.15 0.42 0.09 39.18 0.68 0.72
Hex E8 C6 86 0 F 2A 9 27 44 48
Octal 350 306 206 0 17 52 11 47 104 110
Binary 11101000 11000110 10000110 0 1111 101010 1001 100111 1000100 1001000

Color Harmonies of #E8C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C686

Black with #E8C686

Text Example


Text Example

White with #E8C686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C686; }

 p { color: rgb(232,198,134); }

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

background-color css

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

 a { background-color: rgb(232,198,134); }

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

border-color css

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

 span { border-color: rgb(232,198,134); }

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