Html Css Color HEX #E3C585 New Orleans

📋 copy color: '#E3C585'

red 227 ◦ green 197 ◦ blue 133

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

Shades of New Orleans #E3C585

Tints of New Orleans #E3C585

RGB

 RED value IS 227 (89.06% from 255) = 40.75%

 GREEN value IS 197 (77.34% from 255) = 35.37%

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

R = 40.75%
G = 35.37%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E3C585 (or 0xE3C585) is known color: New Orleans. HEX triplet: E3, C5 and 85. RGB value is (227,197,133). Sum of RGB (Red+Green+Blue) = 227+197+133=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C585 is #1C3A7A. Grayscale: #C6C6C6. Windows color (decimal): -1849979 or 8766947. OLE color: 8766947.

HSL color Cylindrical-coordinate representation of color #E3C585: hue angle of 40.85º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3C585 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 197 133 -
CMYK 0 0.13 0.41 0.11
HSL 40.85º 0.63% 0.71% -
HSV(B) 40.85º 0.41% 0.89% -
XYZ 55.88 57.96 30.43 -
YUV 198.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 227 197 133 0 0.13 0.41 0.11 40.85 0.63 0.71
Hex E3 C5 85 0 D 29 B 29 3F 47
Octal 343 305 205 0 15 51 13 51 77 107
Binary 11100011 11000101 10000101 0 1101 101001 1011 101001 111111 1000111

Color Harmonies of #E3C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C585

Black with #E3C585

Text Example


Text Example

White with #E3C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C585; }

 p { color: rgb(227,197,133); }

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

background-color css

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

 a { background-color: rgb(227,197,133); }

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

border-color css

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

 span { border-color: rgb(227,197,133); }

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