Html Css Color HEX #E4BF96 Pancho

📋 copy color: '#E4BF96'

red 228 ◦ green 191 ◦ blue 150

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

Shades of Pancho #E4BF96

Tints of Pancho #E4BF96

RGB

 RED value IS 228 (89.45% from 255) = 40.07%

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

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 40.07%
G = 33.57%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E4BF96 (or 0xE4BF96) is known color: Pancho. HEX triplet: E4, BF and 96. RGB value is (228,191,150). Sum of RGB (Red+Green+Blue) = 228+191+150=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BF96 is #1B4069. Grayscale: #C5C5C5. Windows color (decimal): -1785962 or 9879524. OLE color: 9879524.

HSL color Cylindrical-coordinate representation of color #E4BF96: hue angle of 31.54º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4BF96 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 191 150 -
CMYK 0 0.16 0.34 0.11
HSL 31.54º 0.59% 0.74% -
HSV(B) 31.54º 0.34% 0.89% -
XYZ 56.13 55.96 36.7 -
YUV 197.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 228 191 150 0 0.16 0.34 0.11 31.54 0.59 0.74
Hex E4 BF 96 0 10 22 B 20 3B 4A
Octal 344 277 226 0 20 42 13 40 73 112
Binary 11100100 10111111 10010110 0 10000 100010 1011 100000 111011 1001010

Color Harmonies of #E4BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BF96

Black with #E4BF96

Text Example


Text Example

White with #E4BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BF96; }

 p { color: rgb(228,191,150); }

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

background-color css

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

 a { background-color: rgb(228,191,150); }

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

border-color css

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

 span { border-color: rgb(228,191,150); }

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