Html Css Color HEX #EAC68C New Orleans

📋 copy color: '#EAC68C'

red 234 ◦ green 198 ◦ blue 140

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

Shades of New Orleans #EAC68C

Tints of New Orleans #EAC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

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

R = 40.91%
G = 34.62%
B = 24.48%

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

#EAC68C (or 0xEAC68C) is known color: New Orleans. HEX triplet: EA, C6 and 8C. RGB value is (234,198,140). Sum of RGB (Red+Green+Blue) = 234+198+140=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC68C is #153973. Grayscale: #CACACA. Windows color (decimal): -1390964 or 9225962. OLE color: 9225962.

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

Color convert

RGB 234 198 140 -
CMYK 0 0.15 0.40 0.08
HSL 37.02º 0.69% 0.73% -
HSV(B) 37.02º 0.4% 0.92% -
XYZ 58.86 59.77 33.25 -
YUV 202.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 234 198 140 0 0.15 0.40 0.08 37.02 0.69 0.73
Hex EA C6 8C 0 F 28 8 25 45 49
Octal 352 306 214 0 17 50 10 45 105 111
Binary 11101010 11000110 10001100 0 1111 101000 1000 100101 1000101 1001001

Color Harmonies of #EAC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC68C

Black with #EAC68C

Text Example


Text Example

White with #EAC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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