Html Css Color HEX #EAC284 New Orleans

📋 copy color: '#EAC284'

red 234 ◦ green 194 ◦ blue 132

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

Shades of New Orleans #EAC284

Tints of New Orleans #EAC284

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 41.79%
G = 34.64%
B = 23.57%

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

#EAC284 (or 0xEAC284) is known color: New Orleans. HEX triplet: EA, C2 and 84. RGB value is (234,194,132). Sum of RGB (Red+Green+Blue) = 234+194+132=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC284 is #153D7B. Grayscale: #C7C7C7. Windows color (decimal): -1391996 or 8700650. OLE color: 8700650.

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

Color convert

RGB 234 194 132 -
CMYK 0 0.17 0.44 0.08
HSL 36.47º 0.71% 0.72% -
HSV(B) 36.47º 0.44% 0.92% -
XYZ 57.39 57.74 29.95 -
YUV 198.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 234 194 132 0 0.17 0.44 0.08 36.47 0.71 0.72
Hex EA C2 84 0 11 2C 8 24 47 48
Octal 352 302 204 0 21 54 10 44 107 110
Binary 11101010 11000010 10000100 0 10001 101100 1000 100100 1000111 1001000

Color Harmonies of #EAC284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC284

Black with #EAC284

Text Example


Text Example

White with #EAC284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC284; }

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

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

background-color css

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

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

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

border-color css

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

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

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