Html Css Color HEX #EAC38E New Orleans

📋 copy color: '#EAC38E'

red 234 ◦ green 195 ◦ blue 142

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

Shades of New Orleans #EAC38E

Tints of New Orleans #EAC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

 BLUE value IS 142 (55.86% from 255) = 24.87%

R = 40.98%
G = 34.15%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAC38E (or 0xEAC38E) is known color: New Orleans. HEX triplet: EA, C3 and 8E. RGB value is (234,195,142). Sum of RGB (Red+Green+Blue) = 234+195+142=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC38E is #153C71. Grayscale: #C8C8C8. Windows color (decimal): -1391730 or 9356266. OLE color: 9356266.

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

Color convert

RGB 234 195 142 -
CMYK 0 0.17 0.39 0.08
HSL 34.57º 0.69% 0.74% -
HSV(B) 34.57º 0.39% 0.92% -
XYZ 58.33 58.48 33.8 -
YUV 200.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 234 195 142 0 0.17 0.39 0.08 34.57 0.69 0.74
Hex EA C3 8E 0 11 27 8 23 45 4A
Octal 352 303 216 0 21 47 10 43 105 112
Binary 11101010 11000011 10001110 0 10001 100111 1000 100011 1000101 1001010

Color Harmonies of #EAC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC38E

Black with #EAC38E

Text Example


Text Example

White with #EAC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC38E; }

 p { color: rgb(234,195,142); }

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

background-color css

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

 a { background-color: rgb(234,195,142); }

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

border-color css

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

 span { border-color: rgb(234,195,142); }

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