Html Css Color HEX #E3C185 New Orleans

📋 copy color: '#E3C185'

red 227 ◦ green 193 ◦ blue 133

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

Shades of New Orleans #E3C185

Tints of New Orleans #E3C185

RGB

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

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

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

R = 41.05%
G = 34.9%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E3C185 (or 0xE3C185) is known color: New Orleans. HEX triplet: E3, C1 and 85. RGB value is (227,193,133). Sum of RGB (Red+Green+Blue) = 227+193+133=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C185 is #1C3E7A. Grayscale: #C4C4C4. Windows color (decimal): -1851003 or 8765923. OLE color: 8765923.

HSL color Cylindrical-coordinate representation of color #E3C185: hue angle of 38.3º 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 #E3C185 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 193 133 -
CMYK 0 0.15 0.41 0.11
HSL 38.3º 0.63% 0.71% -
HSV(B) 38.3º 0.41% 0.89% -
XYZ 54.98 56.16 30.13 -
YUV 196.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 227 193 133 0 0.15 0.41 0.11 38.3 0.63 0.71
Hex E3 C1 85 0 F 29 B 26 3F 47
Octal 343 301 205 0 17 51 13 46 77 107
Binary 11100011 11000001 10000101 0 1111 101001 1011 100110 111111 1000111

Color Harmonies of #E3C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C185

Black with #E3C185

Text Example


Text Example

White with #E3C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C185; }

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

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

background-color css

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

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

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

border-color css

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

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

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