Html Css Color HEX #EAC181 New Orleans

📋 copy color: '#EAC181'

red 234 ◦ green 193 ◦ blue 129

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

Shades of New Orleans #EAC181

Tints of New Orleans #EAC181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

 BLUE value IS 129 (50.78% from 255) = 23.2%

R = 42.09%
G = 34.71%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAC181 (or 0xEAC181) is known color: New Orleans. HEX triplet: EA, C1 and 81. RGB value is (234,193,129). Sum of RGB (Red+Green+Blue) = 234+193+129=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC181 is #153E7E. Grayscale: #C6C6C6. Windows color (decimal): -1392255 or 8503786. OLE color: 8503786.

HSL color Cylindrical-coordinate representation of color #EAC181: hue angle of 36.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAC181 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 193 129 -
CMYK 0 0.18 0.45 0.08
HSL 36.57º 0.71% 0.71% -
HSV(B) 36.57º 0.45% 0.92% -
XYZ 56.96 57.22 28.81 -
YUV 197.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 234 193 129 0 0.18 0.45 0.08 36.57 0.71 0.71
Hex EA C1 81 0 12 2D 8 25 47 47
Octal 352 301 201 0 22 55 10 45 107 107
Binary 11101010 11000001 10000001 0 10010 101101 1000 100101 1000111 1000111

Color Harmonies of #EAC181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC181

Black with #EAC181

Text Example


Text Example

White with #EAC181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC181; }

 p { color: rgb(234,193,129); }

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

background-color css

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

 a { background-color: rgb(234,193,129); }

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

border-color css

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

 span { border-color: rgb(234,193,129); }

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