Html Css Color HEX #E1C691 New Orleans

📋 copy color: '#E1C691'

red 225 ◦ green 198 ◦ blue 145

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

Shades of New Orleans #E1C691

Tints of New Orleans #E1C691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.86%

 BLUE value IS 145 (57.03% from 255) = 25.53%

R = 39.61%
G = 34.86%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1C691 (or 0xE1C691) is known color: New Orleans. HEX triplet: E1, C6 and 91. RGB value is (225,198,145). Sum of RGB (Red+Green+Blue) = 225+198+145=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C691 is #1E396E. Grayscale: #C8C8C8. Windows color (decimal): -1980783 or 9553633. OLE color: 9553633.

HSL color Cylindrical-coordinate representation of color #E1C691: hue angle of 39.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1C691 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 198 145 -
CMYK 0 0.12 0.36 0.12
HSL 39.75º 0.57% 0.73% -
HSV(B) 39.75º 0.36% 0.88% -
XYZ 56.36 58.44 35.1 -
YUV 200.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 225 198 145 0 0.12 0.36 0.12 39.75 0.57 0.73
Hex E1 C6 91 0 C 24 C 28 39 49
Octal 341 306 221 0 14 44 14 50 71 111
Binary 11100001 11000110 10010001 0 1100 100100 1100 101000 111001 1001001

Color Harmonies of #E1C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C691

Black with #E1C691

Text Example


Text Example

White with #E1C691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C691; }

 p { color: rgb(225,198,145); }

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

background-color css

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

 a { background-color: rgb(225,198,145); }

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

border-color css

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

 span { border-color: rgb(225,198,145); }

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