Html Css Color HEX #E0BF8A New Orleans

📋 copy color: '#E0BF8A'

red 224 ◦ green 191 ◦ blue 138

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

Shades of New Orleans #E0BF8A

Tints of New Orleans #E0BF8A

RGB

 RED value IS 224 (87.89% from 255) = 40.51%

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

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 40.51%
G = 34.54%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0BF8A (or 0xE0BF8A) is known color: New Orleans. HEX triplet: E0, BF and 8A. RGB value is (224,191,138). Sum of RGB (Red+Green+Blue) = 224+191+138=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BF8A is #1F4075. Grayscale: #C3C3C3. Windows color (decimal): -2048118 or 9093088. OLE color: 9093088.

HSL color Cylindrical-coordinate representation of color #E0BF8A: hue angle of 36.98º 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 #E0BF8A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 138 -
CMYK 0 0.15 0.38 0.12
HSL 36.98º 0.58% 0.71% -
HSV(B) 36.98º 0.38% 0.88% -
XYZ 53.96 54.94 31.81 -
YUV 194.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 224 191 138 0 0.15 0.38 0.12 36.98 0.58 0.71
Hex E0 BF 8A 0 F 26 C 25 3A 47
Octal 340 277 212 0 17 46 14 45 72 107
Binary 11100000 10111111 10001010 0 1111 100110 1100 100101 111010 1000111

Color Harmonies of #E0BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF8A

Black with #E0BF8A

Text Example


Text Example

White with #E0BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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