Html Css Color HEX #EAC490 New Orleans

📋 copy color: '#EAC490'

red 234 ◦ green 196 ◦ blue 144

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

Shades of New Orleans #EAC490

Tints of New Orleans #EAC490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.09%

R = 40.77%
G = 34.15%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAC490 (or 0xEAC490) is known color: New Orleans. HEX triplet: EA, C4 and 90. RGB value is (234,196,144). Sum of RGB (Red+Green+Blue) = 234+196+144=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC490 is #153B6F. Grayscale: #C9C9C9. Windows color (decimal): -1391472 or 9487594. OLE color: 9487594.

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

Color convert

RGB 234 196 144 -
CMYK 0 0.16 0.38 0.08
HSL 34.67º 0.68% 0.74% -
HSV(B) 34.67º 0.38% 0.92% -
XYZ 58.71 58.99 34.68 -
YUV 201.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 234 196 144 0 0.16 0.38 0.08 34.67 0.68 0.74
Hex EA C4 90 0 10 26 8 23 44 4A
Octal 352 304 220 0 20 46 10 43 104 112
Binary 11101010 11000100 10010000 0 10000 100110 1000 100011 1000100 1001010

Color Harmonies of #EAC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC490

Black with #EAC490

Text Example


Text Example

White with #EAC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC490; }

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

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

background-color css

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

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

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

border-color css

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

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

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