Html Css Color HEX #EAC487 New Orleans

📋 copy color: '#EAC487'

red 234 ◦ green 196 ◦ blue 135

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

Shades of New Orleans #EAC487

Tints of New Orleans #EAC487

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.69%

 BLUE value IS 135 (53.13% from 255) = 23.89%

R = 41.42%
G = 34.69%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAC487 (or 0xEAC487) is known color: New Orleans. HEX triplet: EA, C4 and 87. RGB value is (234,196,135). Sum of RGB (Red+Green+Blue) = 234+196+135=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC487 is #153B78. Grayscale: #C8C8C8. Windows color (decimal): -1391481 or 8897770. OLE color: 8897770.

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

Color convert

RGB 234 196 135 -
CMYK 0 0.16 0.42 0.08
HSL 36.97º 0.7% 0.72% -
HSV(B) 36.97º 0.42% 0.92% -
XYZ 58.04 58.72 31.2 -
YUV 200.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 234 196 135 0 0.16 0.42 0.08 36.97 0.7 0.72
Hex EA C4 87 0 10 2A 8 25 46 48
Octal 352 304 207 0 20 52 10 45 106 110
Binary 11101010 11000100 10000111 0 10000 101010 1000 100101 1000110 1001000

Color Harmonies of #EAC487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC487

Black with #EAC487

Text Example


Text Example

White with #EAC487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC487; }

 p { color: rgb(234,196,135); }

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

background-color css

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

 a { background-color: rgb(234,196,135); }

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

border-color css

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

 span { border-color: rgb(234,196,135); }

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