Html Css Color HEX #E7C185 New Orleans

📋 copy color: '#E7C185'

red 231 ◦ green 193 ◦ blue 133

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

Shades of New Orleans #E7C185

Tints of New Orleans #E7C185

RGB

 RED value IS 231 (90.63% from 255) = 41.47%

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

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

R = 41.47%
G = 34.65%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E7C185 (or 0xE7C185) is known color: New Orleans. HEX triplet: E7, C1 and 85. RGB value is (231,193,133). Sum of RGB (Red+Green+Blue) = 231+193+133=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C185 is #183E7A. Grayscale: #C5C5C5. Windows color (decimal): -1588859 or 8765927. OLE color: 8765927.

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

Color convert

RGB 231 193 133 -
CMYK 0 0.16 0.42 0.09
HSL 36.73º 0.67% 0.71% -
HSV(B) 36.73º 0.42% 0.91% -
XYZ 56.26 56.82 30.19 -
YUV 197.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 231 193 133 0 0.16 0.42 0.09 36.73 0.67 0.71
Hex E7 C1 85 0 10 2A 9 25 43 47
Octal 347 301 205 0 20 52 11 45 103 107
Binary 11100111 11000001 10000101 0 10000 101010 1001 100101 1000011 1000111

Color Harmonies of #E7C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C185

Black with #E7C185

Text Example


Text Example

White with #E7C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C185; }

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

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

background-color css

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

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

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

border-color css

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

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

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