Html Css Color HEX #EAC283 New Orleans

📋 copy color: '#EAC283'

red 234 ◦ green 194 ◦ blue 131

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

Shades of New Orleans #EAC283

Tints of New Orleans #EAC283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.43%

R = 41.86%
G = 34.7%
B = 23.43%

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

#EAC283 (or 0xEAC283) is known color: New Orleans. HEX triplet: EA, C2 and 83. RGB value is (234,194,131). Sum of RGB (Red+Green+Blue) = 234+194+131=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC283 is #153D7C. Grayscale: #C7C7C7. Windows color (decimal): -1391997 or 8635114. OLE color: 8635114.

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

Color convert

RGB 234 194 131 -
CMYK 0 0.17 0.44 0.08
HSL 36.7º 0.71% 0.72% -
HSV(B) 36.7º 0.44% 0.92% -
XYZ 57.32 57.71 29.59 -
YUV 198.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 234 194 131 0 0.17 0.44 0.08 36.7 0.71 0.72
Hex EA C2 83 0 11 2C 8 25 47 48
Octal 352 302 203 0 21 54 10 45 107 110
Binary 11101010 11000010 10000011 0 10001 101100 1000 100101 1000111 1001000

Color Harmonies of #EAC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC283

Black with #EAC283

Text Example


Text Example

White with #EAC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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