#e0bf8b

Color #E0BF8B New Orleans (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Orleans #E0BF8B

Tints of New Orleans #E0BF8B

Color information

#E0BF8B (or 0xE0BF8B) is unknown color: approx New Orleans. HEX triplet: E0, BF and 8B. RGB value is (224,191,139). Sum of RGB (Red+Green+Blue) = 224+191+139=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BF8B is #1F4074. Grayscale: #C3C3C3. Windows color (decimal): -2048117 or 9158624. OLE color: 9158624.

HSL color Cylindrical-coordinate representation of color #E0BF8B: hue angle of 36.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0BF8B is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224191139-
CMYK00.150.380.12
HSL36.71º57.82%71.18%-
HSV(B)36.71º37.95%87.84%-
XYZ54.0354.9732.19-
YUV194.9496.43148.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=40.43%
G=34.48%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419113900.150.380.1236.7157.8271.18
HexE0BF8B0F26C253a47
Octal34027721301746144572107
Binary1110000010111111100010110111110011011001001011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0bf8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0bf8b; }

 p { color: rgb(224,191,139); }

 H1.HeaderClassName
 {
   color: #e0bf8b;
 }
 .AnyTagClassName
 {
   color: #e0bf8b;
 }
</style>
background-color css

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

 a { background-color: rgb(224,191,139); }

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

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

 span { border-color: rgb(224,191,139); }

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