Html Css Color HEX #EAC78C New Orleans

📋 copy color: '#EAC78C'

red 234 ◦ green 199 ◦ blue 140

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

Shades of New Orleans #EAC78C

Tints of New Orleans #EAC78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.73%

 BLUE value IS 140 (55.08% from 255) = 24.43%

R = 40.84%
G = 34.73%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAC78C (or 0xEAC78C) is known color: New Orleans. HEX triplet: EA, C7 and 8C. RGB value is (234,199,140). Sum of RGB (Red+Green+Blue) = 234+199+140=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC78C is #153873. Grayscale: #CBCBCB. Windows color (decimal): -1390708 or 9226218. OLE color: 9226218.

HSL color Cylindrical-coordinate representation of color #EAC78C: hue angle of 37.66º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAC78C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 140 -
CMYK 0 0.15 0.40 0.08
HSL 37.66º 0.69% 0.73% -
HSV(B) 37.66º 0.4% 0.92% -
XYZ 59.09 60.23 33.32 -
YUV 202.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 234 199 140 0 0.15 0.40 0.08 37.66 0.69 0.73
Hex EA C7 8C 0 F 28 8 26 45 49
Octal 352 307 214 0 17 50 10 46 105 111
Binary 11101010 11000111 10001100 0 1111 101000 1000 100110 1000101 1001001

Color Harmonies of #EAC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC78C

Black with #EAC78C

Text Example


Text Example

White with #EAC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC78C; }

 p { color: rgb(234,199,140); }

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

background-color css

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

 a { background-color: rgb(234,199,140); }

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

border-color css

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

 span { border-color: rgb(234,199,140); }

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