Html Css Color HEX #EEBD8F Pancho

📋 copy color: '#EEBD8F'

red 238 ◦ green 189 ◦ blue 143

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

Shades of Pancho #EEBD8F

Tints of Pancho #EEBD8F

RGB

 RED value IS 238 (93.36% from 255) = 41.75%

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

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 41.75%
G = 33.16%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EEBD8F (or 0xEEBD8F) is known color: Pancho. HEX triplet: EE, BD and 8F. RGB value is (238,189,143). Sum of RGB (Red+Green+Blue) = 238+189+143=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD8F is #114270. Grayscale: #C6C6C6. Windows color (decimal): -1131121 or 9420270. OLE color: 9420270.

HSL color Cylindrical-coordinate representation of color #EEBD8F: hue angle of 29.05º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEBD8F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 143 -
CMYK 0 0.21 0.40 0.07
HSL 29.05º 0.74% 0.75% -
HSV(B) 29.05º 0.4% 0.93% -
XYZ 58.42 56.56 33.82 -
YUV 198.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 238 189 143 0 0.21 0.40 0.07 29.05 0.74 0.75
Hex EE BD 8F 0 15 28 7 1D 4A 4B
Octal 356 275 217 0 25 50 7 35 112 113
Binary 11101110 10111101 10001111 0 10101 101000 111 11101 1001010 1001011

Color Harmonies of #EEBD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBD8F

Black with #EEBD8F

Text Example


Text Example

White with #EEBD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBD8F; }

 p { color: rgb(238,189,143); }

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

background-color css

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

 a { background-color: rgb(238,189,143); }

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

border-color css

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

 span { border-color: rgb(238,189,143); }

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