Html Css Color HEX #EAC387 New Orleans

📋 copy color: '#EAC387'

red 234 ◦ green 195 ◦ blue 135

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

Shades of New Orleans #EAC387

Tints of New Orleans #EAC387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.94%

R = 41.49%
G = 34.57%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAC387 (or 0xEAC387) is known color: New Orleans. HEX triplet: EA, C3 and 87. RGB value is (234,195,135). Sum of RGB (Red+Green+Blue) = 234+195+135=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC387 is #153C78. Grayscale: #C8C8C8. Windows color (decimal): -1391737 or 8897514. OLE color: 8897514.

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

Color convert

RGB 234 195 135 -
CMYK 0 0.17 0.42 0.08
HSL 36.36º 0.7% 0.72% -
HSV(B) 36.36º 0.42% 0.92% -
XYZ 57.82 58.27 31.12 -
YUV 199.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 234 195 135 0 0.17 0.42 0.08 36.36 0.7 0.72
Hex EA C3 87 0 11 2A 8 24 46 48
Octal 352 303 207 0 21 52 10 44 106 110
Binary 11101010 11000011 10000111 0 10001 101010 1000 100100 1000110 1001000

Color Harmonies of #EAC387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC387

Black with #EAC387

Text Example


Text Example

White with #EAC387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC387; }

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

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

background-color css

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

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

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

border-color css

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

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

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