Html Css Color HEX #E0C98D New Orleans

📋 copy color: '#E0C98D'

red 224 ◦ green 201 ◦ blue 141

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

Shades of New Orleans #E0C98D

Tints of New Orleans #E0C98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

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

R = 39.58%
G = 35.51%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0C98D (or 0xE0C98D) is known color: New Orleans. HEX triplet: E0, C9 and 8D. RGB value is (224,201,141). Sum of RGB (Red+Green+Blue) = 224+201+141=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C98D is #1F3672. Grayscale: #C9C9C9. Windows color (decimal): -2045555 or 9292256. OLE color: 9292256.

HSL color Cylindrical-coordinate representation of color #E0C98D: hue angle of 43.37º degrees, saturation: 0.57, 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 #E0C98D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 141 -
CMYK 0 0.10 0.37 0.12
HSL 43.37º 0.57% 0.72% -
HSV(B) 43.37º 0.37% 0.88% -
XYZ 56.43 59.54 33.72 -
YUV 201.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 224 201 141 0 0.10 0.37 0.12 43.37 0.57 0.72
Hex E0 C9 8D 0 A 25 C 2B 39 48
Octal 340 311 215 0 12 45 14 53 71 110
Binary 11100000 11001001 10001101 0 1010 100101 1100 101011 111001 1001000

Color Harmonies of #E0C98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C98D

Black with #E0C98D

Text Example


Text Example

White with #E0C98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C98D; }

 p { color: rgb(224,201,141); }

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

background-color css

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

 a { background-color: rgb(224,201,141); }

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

border-color css

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

 span { border-color: rgb(224,201,141); }

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