Html Css Color HEX #EAC58D New Orleans

📋 copy color: '#EAC58D'

red 234 ◦ green 197 ◦ blue 141

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

Shades of New Orleans #EAC58D

Tints of New Orleans #EAC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 141 (55.47% from 255) = 24.65%

R = 40.91%
G = 34.44%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAC58D (or 0xEAC58D) is known color: New Orleans. HEX triplet: EA, C5 and 8D. RGB value is (234,197,141). Sum of RGB (Red+Green+Blue) = 234+197+141=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC58D is #153A72. Grayscale: #C9C9C9. Windows color (decimal): -1391219 or 9291242. OLE color: 9291242.

HSL color Cylindrical-coordinate representation of color #EAC58D: hue angle of 36.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAC58D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 141 -
CMYK 0 0.16 0.40 0.08
HSL 36.13º 0.69% 0.74% -
HSV(B) 36.13º 0.4% 0.92% -
XYZ 58.71 59.35 33.56 -
YUV 201.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 234 197 141 0 0.16 0.40 0.08 36.13 0.69 0.74
Hex EA C5 8D 0 10 28 8 24 45 4A
Octal 352 305 215 0 20 50 10 44 105 112
Binary 11101010 11000101 10001101 0 10000 101000 1000 100100 1000101 1001010

Color Harmonies of #EAC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC58D

Black with #EAC58D

Text Example


Text Example

White with #EAC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC58D; }

 p { color: rgb(234,197,141); }

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

background-color css

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

 a { background-color: rgb(234,197,141); }

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

border-color css

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

 span { border-color: rgb(234,197,141); }

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