Html Css Color HEX #EAC38A New Orleans

📋 copy color: '#EAC38A'

red 234 ◦ green 195 ◦ blue 138

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

Shades of New Orleans #EAC38A

Tints of New Orleans #EAC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.34%

R = 41.27%
G = 34.39%
B = 24.34%

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

#EAC38A (or 0xEAC38A) is known color: New Orleans. HEX triplet: EA, C3 and 8A. RGB value is (234,195,138). Sum of RGB (Red+Green+Blue) = 234+195+138=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC38A is #153C75. Grayscale: #C8C8C8. Windows color (decimal): -1391734 or 9094122. OLE color: 9094122.

HSL color Cylindrical-coordinate representation of color #EAC38A: hue angle of 35.62º 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 #EAC38A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 195 138 -
CMYK 0 0.17 0.41 0.08
HSL 35.63º 0.7% 0.73% -
HSV(B) 35.63º 0.41% 0.92% -
XYZ 58.03 58.36 32.25 -
YUV 200.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 234 195 138 0 0.17 0.41 0.08 35.63 0.7 0.73
Hex EA C3 8A 0 11 29 8 24 46 49
Octal 352 303 212 0 21 51 10 44 106 111
Binary 11101010 11000011 10001010 0 10001 101001 1000 100100 1000110 1001001

Color Harmonies of #EAC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC38A

Black with #EAC38A

Text Example


Text Example

White with #EAC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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