Html Css Color HEX #EAC88B New Orleans

📋 copy color: '#EAC88B'

red 234 ◦ green 200 ◦ blue 139

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

Shades of New Orleans #EAC88B

Tints of New Orleans #EAC88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.9%

 BLUE value IS 139 (54.69% from 255) = 24.26%

R = 40.84%
G = 34.9%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAC88B (or 0xEAC88B) is known color: New Orleans. HEX triplet: EA, C8 and 8B. RGB value is (234,200,139). Sum of RGB (Red+Green+Blue) = 234+200+139=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC88B is #153774. Grayscale: #CBCBCB. Windows color (decimal): -1390453 or 9160938. OLE color: 9160938.

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

Color convert

RGB 234 200 139 -
CMYK 0 0.15 0.41 0.08
HSL 38.53º 0.69% 0.73% -
HSV(B) 38.53º 0.41% 0.92% -
XYZ 59.25 60.67 33.01 -
YUV 203.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 234 200 139 0 0.15 0.41 0.08 38.53 0.69 0.73
Hex EA C8 8B 0 F 29 8 27 45 49
Octal 352 310 213 0 17 51 10 47 105 111
Binary 11101010 11001000 10001011 0 1111 101001 1000 100111 1000101 1001001

Color Harmonies of #EAC88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC88B

Black with #EAC88B

Text Example


Text Example

White with #EAC88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC88B; }

 p { color: rgb(234,200,139); }

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

background-color css

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

 a { background-color: rgb(234,200,139); }

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

border-color css

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

 span { border-color: rgb(234,200,139); }

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