#EDBD94

Color #EDBD94 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #EDBD94

Tints of Pancho #EDBD94

Color information

#EDBD94 (or 0xEDBD94) is unknown color: approx Pancho. HEX triplet: ED, BD and 94. RGB value is (237,189,148). Sum of RGB (Red+Green+Blue) = 237+189+148=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD94 is #12426B. Grayscale: #C6C6C6. Windows color (decimal): -1196652 or 9747949. OLE color: 9747949.

HSL color Cylindrical-coordinate representation of color #EDBD94: hue angle of 27.64º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDBD94 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237189148-
CMYK00.200.380.07
HSL27.64º71.2%75.49%-
HSV(B)27.64º37.55%92.94%-
XYZ58.4756.5435.85-
YUV198.6899.4155.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=41.29%
G=32.93%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718914800.200.380.0727.6471.275.49
HexEDBD940142671c474b
Octal35527522402446734107113
Binary1110110110111101100101000101001001101111110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD94; }

 p { color: rgb(237,189,148); }

 H1.HeaderClassName
 {
   color: #EDBD94;
 }
 .AnyTagClassName
 {
   color: #EDBD94;
 }
</style>
background-color css

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

 a { background-color: rgb(237,189,148); }

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

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

 span { border-color: rgb(237,189,148); }

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