Html Css Color HEX #E4C18E New Orleans

📋 copy color: '#E4C18E'

red 228 ◦ green 193 ◦ blue 142

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

Shades of New Orleans #E4C18E

Tints of New Orleans #E4C18E

RGB

 RED value IS 228 (89.45% from 255) = 40.5%

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

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 40.5%
G = 34.28%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E4C18E (or 0xE4C18E) is known color: New Orleans. HEX triplet: E4, C1 and 8E. RGB value is (228,193,142). Sum of RGB (Red+Green+Blue) = 228+193+142=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C18E is #1B3E71. Grayscale: #C5C5C5. Windows color (decimal): -1785458 or 9355748. OLE color: 9355748.

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

Color convert

RGB 228 193 142 -
CMYK 0 0.15 0.38 0.11
HSL 35.58º 0.61% 0.73% -
HSV(B) 35.58º 0.38% 0.89% -
XYZ 55.95 56.59 33.56 -
YUV 197.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 228 193 142 0 0.15 0.38 0.11 35.58 0.61 0.73
Hex E4 C1 8E 0 F 26 B 24 3D 49
Octal 344 301 216 0 17 46 13 44 75 111
Binary 11100100 11000001 10001110 0 1111 100110 1011 100100 111101 1001001

Color Harmonies of #E4C18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C18E

Black with #E4C18E

Text Example


Text Example

White with #E4C18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C18E; }

 p { color: rgb(228,193,142); }

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

background-color css

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

 a { background-color: rgb(228,193,142); }

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

border-color css

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

 span { border-color: rgb(228,193,142); }

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