Html Css Color HEX #E5BF8B New Orleans

📋 copy color: '#E5BF8B'

red 229 ◦ green 191 ◦ blue 139

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

Shades of New Orleans #E5BF8B

Tints of New Orleans #E5BF8B

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

 GREEN value IS 191 (75% from 255) = 34.17%

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

R = 40.97%
G = 34.17%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5BF8B (or 0xE5BF8B) is known color: New Orleans. HEX triplet: E5, BF and 8B. RGB value is (229,191,139). Sum of RGB (Red+Green+Blue) = 229+191+139=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BF8B is #1A4074. Grayscale: #C4C4C4. Windows color (decimal): -1720437 or 9158629. OLE color: 9158629.

HSL color Cylindrical-coordinate representation of color #E5BF8B: hue angle of 34.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5BF8B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 139 -
CMYK 0 0.17 0.39 0.10
HSL 34.67º 0.63% 0.72% -
HSV(B) 34.67º 0.39% 0.9% -
XYZ 55.6 55.78 32.26 -
YUV 196.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 229 191 139 0 0.17 0.39 0.10 34.67 0.63 0.72
Hex E5 BF 8B 0 11 27 A 23 3F 48
Octal 345 277 213 0 21 47 12 43 77 110
Binary 11100101 10111111 10001011 0 10001 100111 1010 100011 111111 1001000

Color Harmonies of #E5BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF8B

Black with #E5BF8B

Text Example


Text Example

White with #E5BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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