Html Css Color HEX #E0C590 New Orleans

📋 copy color: '#E0C590'

red 224 ◦ green 197 ◦ blue 144

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

Shades of New Orleans #E0C590

Tints of New Orleans #E0C590

RGB

 RED value IS 224 (87.89% from 255) = 39.65%

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

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 39.65%
G = 34.87%
B = 25.49%

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

#E0C590 (or 0xE0C590) is known color: New Orleans. HEX triplet: E0, C5 and 90. RGB value is (224,197,144). Sum of RGB (Red+Green+Blue) = 224+197+144=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C590 is #1F3A6F. Grayscale: #C7C7C7. Windows color (decimal): -2046576 or 9487840. OLE color: 9487840.

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

Color convert

RGB 224 197 144 -
CMYK 0 0.12 0.36 0.12
HSL 39.75º 0.56% 0.72% -
HSV(B) 39.75º 0.36% 0.88% -
XYZ 55.74 57.79 34.6 -
YUV 199.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 224 197 144 0 0.12 0.36 0.12 39.75 0.56 0.72
Hex E0 C5 90 0 C 24 C 28 38 48
Octal 340 305 220 0 14 44 14 50 70 110
Binary 11100000 11000101 10010000 0 1100 100100 1100 101000 111000 1001000

Color Harmonies of #E0C590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C590

Black with #E0C590

Text Example


Text Example

White with #E0C590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C590; }

 p { color: rgb(224,197,144); }

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

background-color css

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

 a { background-color: rgb(224,197,144); }

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

border-color css

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

 span { border-color: rgb(224,197,144); }

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