Html Css Color HEX #EAC488 New Orleans

📋 copy color: '#EAC488'

red 234 ◦ green 196 ◦ blue 136

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

Shades of New Orleans #EAC488

Tints of New Orleans #EAC488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.03%

R = 41.34%
G = 34.63%
B = 24.03%

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

#EAC488 (or 0xEAC488) is known color: New Orleans. HEX triplet: EA, C4 and 88. RGB value is (234,196,136). Sum of RGB (Red+Green+Blue) = 234+196+136=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC488 is #153B77. Grayscale: #C8C8C8. Windows color (decimal): -1391480 or 8963306. OLE color: 8963306.

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

Color convert

RGB 234 196 136 -
CMYK 0 0.16 0.42 0.08
HSL 36.73º 0.7% 0.73% -
HSV(B) 36.73º 0.42% 0.92% -
XYZ 58.12 58.75 31.57 -
YUV 200.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 234 196 136 0 0.16 0.42 0.08 36.73 0.7 0.73
Hex EA C4 88 0 10 2A 8 25 46 49
Octal 352 304 210 0 20 52 10 45 106 111
Binary 11101010 11000100 10001000 0 10000 101010 1000 100101 1000110 1001001

Color Harmonies of #EAC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC488

Black with #EAC488

Text Example


Text Example

White with #EAC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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