Html Css Color HEX #EAC384 New Orleans

📋 copy color: '#EAC384'

red 234 ◦ green 195 ◦ blue 132

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

Shades of New Orleans #EAC384

Tints of New Orleans #EAC384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.53%

R = 41.71%
G = 34.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAC384 (or 0xEAC384) is known color: New Orleans. HEX triplet: EA, C3 and 84. RGB value is (234,195,132). Sum of RGB (Red+Green+Blue) = 234+195+132=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC384 is #153C7B. Grayscale: #C7C7C7. Windows color (decimal): -1391740 or 8700906. OLE color: 8700906.

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

Color convert

RGB 234 195 132 -
CMYK 0 0.17 0.44 0.08
HSL 37.06º 0.71% 0.72% -
HSV(B) 37.06º 0.44% 0.92% -
XYZ 57.61 58.19 30.02 -
YUV 199.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 234 195 132 0 0.17 0.44 0.08 37.06 0.71 0.72
Hex EA C3 84 0 11 2C 8 25 47 48
Octal 352 303 204 0 21 54 10 45 107 110
Binary 11101010 11000011 10000100 0 10001 101100 1000 100101 1000111 1001000

Color Harmonies of #EAC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC384

Black with #EAC384

Text Example


Text Example

White with #EAC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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