Html Css Color HEX #E6C185 New Orleans

📋 copy color: '#E6C185'

red 230 ◦ green 193 ◦ blue 133

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

Shades of New Orleans #E6C185

Tints of New Orleans #E6C185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

 BLUE value IS 133 (52.34% from 255) = 23.92%

R = 41.37%
G = 34.71%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6C185 (or 0xE6C185) is known color: New Orleans. HEX triplet: E6, C1 and 85. RGB value is (230,193,133). Sum of RGB (Red+Green+Blue) = 230+193+133=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C185 is #193E7A. Grayscale: #C5C5C5. Windows color (decimal): -1654395 or 8765926. OLE color: 8765926.

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

Color convert

RGB 230 193 133 -
CMYK 0 0.16 0.42 0.10
HSL 37.11º 0.66% 0.71% -
HSV(B) 37.11º 0.42% 0.9% -
XYZ 55.94 56.66 30.18 -
YUV 197.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 230 193 133 0 0.16 0.42 0.10 37.11 0.66 0.71
Hex E6 C1 85 0 10 2A A 25 42 47
Octal 346 301 205 0 20 52 12 45 102 107
Binary 11100110 11000001 10000101 0 10000 101010 1010 100101 1000010 1000111

Color Harmonies of #E6C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C185

Black with #E6C185

Text Example


Text Example

White with #E6C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C185; }

 p { color: rgb(230,193,133); }

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

background-color css

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

 a { background-color: rgb(230,193,133); }

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

border-color css

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

 span { border-color: rgb(230,193,133); }

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