Html Css Color HEX #E9BD93 Pancho

📋 copy color: '#E9BD93'

red 233 ◦ green 189 ◦ blue 147

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

Shades of Pancho #E9BD93

Tints of Pancho #E9BD93

RGB

 RED value IS 233 (91.41% from 255) = 40.95%

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 147 (57.81% from 255) = 25.83%

R = 40.95%
G = 33.22%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E9BD93 (or 0xE9BD93) is known color: Pancho. HEX triplet: E9, BD and 93. RGB value is (233,189,147). Sum of RGB (Red+Green+Blue) = 233+189+147=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD93 is #16426C. Grayscale: #C5C5C5. Windows color (decimal): -1458797 or 9682409. OLE color: 9682409.

HSL color Cylindrical-coordinate representation of color #E9BD93: hue angle of 29.3º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9BD93 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 189 147 -
CMYK 0 0.19 0.37 0.09
HSL 29.3º 0.66% 0.75% -
HSV(B) 29.3º 0.37% 0.91% -
XYZ 57.07 55.83 35.37 -
YUV 197.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 233 189 147 0 0.19 0.37 0.09 29.3 0.66 0.75
Hex E9 BD 93 0 13 25 9 1D 42 4B
Octal 351 275 223 0 23 45 11 35 102 113
Binary 11101001 10111101 10010011 0 10011 100101 1001 11101 1000010 1001011

Color Harmonies of #E9BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BD93

Black with #E9BD93

Text Example


Text Example

White with #E9BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BD93; }

 p { color: rgb(233,189,147); }

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

background-color css

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

 a { background-color: rgb(233,189,147); }

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

border-color css

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

 span { border-color: rgb(233,189,147); }

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