Html Css Color HEX #EAC98D New Orleans

📋 copy color: '#EAC98D'

red 234 ◦ green 201 ◦ blue 141

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

Shades of New Orleans #EAC98D

Tints of New Orleans #EAC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

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

R = 40.63%
G = 34.9%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAC98D (or 0xEAC98D) is known color: New Orleans. HEX triplet: EA, C9 and 8D. RGB value is (234,201,141). Sum of RGB (Red+Green+Blue) = 234+201+141=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98D is #153672. Grayscale: #CCCCCC. Windows color (decimal): -1390195 or 9292266. OLE color: 9292266.

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

Color convert

RGB 234 201 141 -
CMYK 0 0.14 0.40 0.08
HSL 38.71º 0.69% 0.74% -
HSV(B) 38.71º 0.4% 0.92% -
XYZ 59.63 61.19 33.87 -
YUV 204.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 234 201 141 0 0.14 0.40 0.08 38.71 0.69 0.74
Hex EA C9 8D 0 E 28 8 27 45 4A
Octal 352 311 215 0 16 50 10 47 105 112
Binary 11101010 11001001 10001101 0 1110 101000 1000 100111 1000101 1001010

Color Harmonies of #EAC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC98D

Black with #EAC98D

Text Example


Text Example

White with #EAC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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