Html Css Color HEX #EAC18D New Orleans

📋 copy color: '#EAC18D'

red 234 ◦ green 193 ◦ blue 141

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

Shades of New Orleans #EAC18D

Tints of New Orleans #EAC18D

RGB

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

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

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

R = 41.2%
G = 33.98%
B = 24.82%

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

#EAC18D (or 0xEAC18D) is known color: New Orleans. HEX triplet: EA, C1 and 8D. RGB value is (234,193,141). Sum of RGB (Red+Green+Blue) = 234+193+141=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC18D is #153E72. Grayscale: #C7C7C7. Windows color (decimal): -1392243 or 9290218. OLE color: 9290218.

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

Color convert

RGB 234 193 141 -
CMYK 0 0.18 0.40 0.08
HSL 33.55º 0.69% 0.74% -
HSV(B) 33.55º 0.4% 0.92% -
XYZ 57.81 57.56 33.26 -
YUV 199.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 234 193 141 0 0.18 0.40 0.08 33.55 0.69 0.74
Hex EA C1 8D 0 12 28 8 22 45 4A
Octal 352 301 215 0 22 50 10 42 105 112
Binary 11101010 11000001 10001101 0 10010 101000 1000 100010 1000101 1001010

Color Harmonies of #EAC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC18D

Black with #EAC18D

Text Example


Text Example

White with #EAC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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