Html Css Color HEX #EAC188 New Orleans

📋 copy color: '#EAC188'

red 234 ◦ green 193 ◦ blue 136

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

Shades of New Orleans #EAC188

Tints of New Orleans #EAC188

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.28%

 BLUE value IS 136 (53.52% from 255) = 24.16%

R = 41.56%
G = 34.28%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAC188 (or 0xEAC188) is known color: New Orleans. HEX triplet: EA, C1 and 88. RGB value is (234,193,136). Sum of RGB (Red+Green+Blue) = 234+193+136=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC188 is #153E77. Grayscale: #C7C7C7. Windows color (decimal): -1392248 or 8962538. OLE color: 8962538.

HSL color Cylindrical-coordinate representation of color #EAC188: hue angle of 34.9º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAC188 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 193 136 -
CMYK 0 0.18 0.42 0.08
HSL 34.9º 0.7% 0.73% -
HSV(B) 34.9º 0.42% 0.92% -
XYZ 57.45 57.41 31.35 -
YUV 198.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 234 193 136 0 0.18 0.42 0.08 34.9 0.7 0.73
Hex EA C1 88 0 12 2A 8 23 46 49
Octal 352 301 210 0 22 52 10 43 106 111
Binary 11101010 11000001 10001000 0 10010 101010 1000 100011 1000110 1001001

Color Harmonies of #EAC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC188

Black with #EAC188

Text Example


Text Example

White with #EAC188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC188; }

 p { color: rgb(234,193,136); }

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

background-color css

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

 a { background-color: rgb(234,193,136); }

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

border-color css

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

 span { border-color: rgb(234,193,136); }

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