Html Css Color HEX #E2C185 New Orleans

📋 copy color: '#E2C185'

red 226 ◦ green 193 ◦ blue 133

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

Shades of New Orleans #E2C185

Tints of New Orleans #E2C185

RGB

 RED value IS 226 (88.67% from 255) = 40.94%

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

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

R = 40.94%
G = 34.96%
B = 24.09%

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

#E2C185 (or 0xE2C185) is known color: New Orleans. HEX triplet: E2, C1 and 85. RGB value is (226,193,133). Sum of RGB (Red+Green+Blue) = 226+193+133=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C185 is #1D3E7A. Grayscale: #C4C4C4. Windows color (decimal): -1916539 or 8765922. OLE color: 8765922.

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

Color convert

RGB 226 193 133 -
CMYK 0 0.15 0.41 0.11
HSL 38.71º 0.62% 0.7% -
HSV(B) 38.71º 0.41% 0.89% -
XYZ 54.67 56 30.12 -
YUV 196.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 226 193 133 0 0.15 0.41 0.11 38.71 0.62 0.7
Hex E2 C1 85 0 F 29 B 27 3E 46
Octal 342 301 205 0 17 51 13 47 76 106
Binary 11100010 11000001 10000101 0 1111 101001 1011 100111 111110 1000110

Color Harmonies of #E2C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C185

Black with #E2C185

Text Example


Text Example

White with #E2C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C185; }

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

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

background-color css

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

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

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

border-color css

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

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

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