Html Css Color HEX #EAC289 New Orleans

📋 copy color: '#EAC289'

red 234 ◦ green 194 ◦ blue 137

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

Shades of New Orleans #EAC289

Tints of New Orleans #EAC289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

 BLUE value IS 137 (53.91% from 255) = 24.25%

R = 41.42%
G = 34.34%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAC289 (or 0xEAC289) is known color: New Orleans. HEX triplet: EA, C2 and 89. RGB value is (234,194,137). Sum of RGB (Red+Green+Blue) = 234+194+137=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC289 is #153D76. Grayscale: #C7C7C7. Windows color (decimal): -1391991 or 9028330. OLE color: 9028330.

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

Color convert

RGB 234 194 137 -
CMYK 0 0.17 0.41 0.08
HSL 35.26º 0.7% 0.73% -
HSV(B) 35.26º 0.41% 0.92% -
XYZ 57.74 57.88 31.8 -
YUV 199.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 234 194 137 0 0.17 0.41 0.08 35.26 0.7 0.73
Hex EA C2 89 0 11 29 8 23 46 49
Octal 352 302 211 0 21 51 10 43 106 111
Binary 11101010 11000010 10001001 0 10001 101001 1000 100011 1000110 1001001

Color Harmonies of #EAC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC289

Black with #EAC289

Text Example


Text Example

White with #EAC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC289; }

 p { color: rgb(234,194,137); }

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

background-color css

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

 a { background-color: rgb(234,194,137); }

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

border-color css

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

 span { border-color: rgb(234,194,137); }

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