Html Css Color HEX #EDBC8F Pancho

📋 copy color: '#EDBC8F'

red 237 ◦ green 188 ◦ blue 143

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

Shades of Pancho #EDBC8F

Tints of Pancho #EDBC8F

RGB

 RED value IS 237 (92.97% from 255) = 41.73%

 GREEN value IS 188 (73.83% from 255) = 33.1%

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

R = 41.73%
G = 33.1%
B = 25.18%

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

#EDBC8F (or 0xEDBC8F) is known color: Pancho. HEX triplet: ED, BC and 8F. RGB value is (237,188,143). Sum of RGB (Red+Green+Blue) = 237+188+143=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC8F is #124370. Grayscale: #C5C5C5. Windows color (decimal): -1196913 or 9420013. OLE color: 9420013.

HSL color Cylindrical-coordinate representation of color #EDBC8F: hue angle of 28.72º degrees, saturation: 0.72, 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 #EDBC8F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 143 -
CMYK 0 0.21 0.40 0.07
HSL 28.72º 0.72% 0.75% -
HSV(B) 28.72º 0.4% 0.93% -
XYZ 57.87 55.95 33.74 -
YUV 197.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 237 188 143 0 0.21 0.40 0.07 28.72 0.72 0.75
Hex ED BC 8F 0 15 28 7 1D 48 4B
Octal 355 274 217 0 25 50 7 35 110 113
Binary 11101101 10111100 10001111 0 10101 101000 111 11101 1001000 1001011

Color Harmonies of #EDBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC8F

Black with #EDBC8F

Text Example


Text Example

White with #EDBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC8F; }

 p { color: rgb(237,188,143); }

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

background-color css

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

 a { background-color: rgb(237,188,143); }

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

border-color css

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

 span { border-color: rgb(237,188,143); }

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