Html Css Color HEX #EAC586 New Orleans

📋 copy color: '#EAC586'

red 234 ◦ green 197 ◦ blue 134

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

Shades of New Orleans #EAC586

Tints of New Orleans #EAC586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.72%

R = 41.42%
G = 34.87%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAC586 (or 0xEAC586) is known color: New Orleans. HEX triplet: EA, C5 and 86. RGB value is (234,197,134). Sum of RGB (Red+Green+Blue) = 234+197+134=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC586 is #153A79. Grayscale: #C9C9C9. Windows color (decimal): -1391226 or 8832490. OLE color: 8832490.

HSL color Cylindrical-coordinate representation of color #EAC586: hue angle of 37.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAC586 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 134 -
CMYK 0 0.16 0.43 0.08
HSL 37.8º 0.7% 0.72% -
HSV(B) 37.8º 0.43% 0.92% -
XYZ 58.2 59.15 30.9 -
YUV 200.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 234 197 134 0 0.16 0.43 0.08 37.8 0.7 0.72
Hex EA C5 86 0 10 2B 8 26 46 48
Octal 352 305 206 0 20 53 10 46 106 110
Binary 11101010 11000101 10000110 0 10000 101011 1000 100110 1000110 1001000

Color Harmonies of #EAC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC586

Black with #EAC586

Text Example


Text Example

White with #EAC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC586; }

 p { color: rgb(234,197,134); }

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

background-color css

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

 a { background-color: rgb(234,197,134); }

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

border-color css

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

 span { border-color: rgb(234,197,134); }

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