Html Css Color HEX #E1C38D New Orleans

📋 copy color: '#E1C38D'

red 225 ◦ green 195 ◦ blue 141

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

Shades of New Orleans #E1C38D

Tints of New Orleans #E1C38D

RGB

 RED value IS 225 (88.28% from 255) = 40.11%

 GREEN value IS 195 (76.56% from 255) = 34.76%

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 40.11%
G = 34.76%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1C38D (or 0xE1C38D) is known color: New Orleans. HEX triplet: E1, C3 and 8D. RGB value is (225,195,141). Sum of RGB (Red+Green+Blue) = 225+195+141=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C38D is #1E3C72. Grayscale: #C6C6C6. Windows color (decimal): -1981555 or 9290721. OLE color: 9290721.

HSL color Cylindrical-coordinate representation of color #E1C38D: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1C38D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 195 141 -
CMYK 0 0.13 0.37 0.12
HSL 38.57º 0.58% 0.72% -
HSV(B) 38.57º 0.37% 0.88% -
XYZ 55.37 56.96 33.28 -
YUV 197.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 225 195 141 0 0.13 0.37 0.12 38.57 0.58 0.72
Hex E1 C3 8D 0 D 25 C 27 3A 48
Octal 341 303 215 0 15 45 14 47 72 110
Binary 11100001 11000011 10001101 0 1101 100101 1100 100111 111010 1001000

Color Harmonies of #E1C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C38D

Black with #E1C38D

Text Example


Text Example

White with #E1C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C38D; }

 p { color: rgb(225,195,141); }

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

background-color css

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

 a { background-color: rgb(225,195,141); }

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

border-color css

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

 span { border-color: rgb(225,195,141); }

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