Html Css Color HEX #EAC18C New Orleans

📋 copy color: '#EAC18C'

red 234 ◦ green 193 ◦ blue 140

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

Shades of New Orleans #EAC18C

Tints of New Orleans #EAC18C

RGB

 RED value IS 234 (91.8% from 255) = 41.27%

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

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 41.27%
G = 34.04%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAC18C (or 0xEAC18C) is known color: New Orleans. HEX triplet: EA, C1 and 8C. RGB value is (234,193,140). Sum of RGB (Red+Green+Blue) = 234+193+140=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC18C is #153E73. Grayscale: #C7C7C7. Windows color (decimal): -1392244 or 9224682. OLE color: 9224682.

HSL color Cylindrical-coordinate representation of color #EAC18C: hue angle of 33.83º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAC18C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 193 140 -
CMYK 0 0.18 0.40 0.08
HSL 33.83º 0.69% 0.73% -
HSV(B) 33.83º 0.4% 0.92% -
XYZ 57.74 57.53 32.87 -
YUV 199.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 234 193 140 0 0.18 0.40 0.08 33.83 0.69 0.73
Hex EA C1 8C 0 12 28 8 22 45 49
Octal 352 301 214 0 22 50 10 42 105 111
Binary 11101010 11000001 10001100 0 10010 101000 1000 100010 1000101 1001001

Color Harmonies of #EAC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC18C

Black with #EAC18C

Text Example


Text Example

White with #EAC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC18C; }

 p { color: rgb(234,193,140); }

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

background-color css

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

 a { background-color: rgb(234,193,140); }

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

border-color css

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

 span { border-color: rgb(234,193,140); }

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