Html Css Color HEX #E4C096 Pancho

📋 copy color: '#E4C096'

red 228 ◦ green 192 ◦ blue 150

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

Shades of Pancho #E4C096

Tints of Pancho #E4C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

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

R = 40%
G = 33.68%
B = 26.32%

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

#E4C096 (or 0xE4C096) is known color: Pancho. HEX triplet: E4, C0 and 96. RGB value is (228,192,150). Sum of RGB (Red+Green+Blue) = 228+192+150=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C096 is #1B3F69. Grayscale: #C6C6C6. Windows color (decimal): -1785706 or 9879780. OLE color: 9879780.

HSL color Cylindrical-coordinate representation of color #E4C096: hue angle of 32.31º 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 #E4C096 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 192 150 -
CMYK 0 0.16 0.34 0.11
HSL 32.31º 0.59% 0.74% -
HSV(B) 32.31º 0.34% 0.89% -
XYZ 56.35 56.4 36.77 -
YUV 197.98 100.93 149.42 -
System Red Green Blue C M Y K H S L
Decimal 228 192 150 0 0.16 0.34 0.11 32.31 0.59 0.74
Hex E4 C0 96 0 10 22 B 20 3B 4A
Octal 344 300 226 0 20 42 13 40 73 112
Binary 11100100 11000000 10010110 0 10000 100010 1011 100000 111011 1001010

Color Harmonies of #E4C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C096

Black with #E4C096

Text Example


Text Example

White with #E4C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C096; }

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

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

background-color css

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

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

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

border-color css

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

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

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