#EFBD90

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

Shades of Pancho #EFBD90

Tints of Pancho #EFBD90

Color information

#EFBD90 (or 0xEFBD90) is unknown color: approx Pancho. HEX triplet: EF, BD and 90. RGB value is (239,189,144). Sum of RGB (Red+Green+Blue) = 239+189+144=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD90 is #10426F. Grayscale: #C7C7C7. Windows color (decimal): -1065584 or 9485807. OLE color: 9485807.

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

Color convert

RGB239189144-
CMYK00.210.400.06
HSL28.42º74.8%75.1%-
HSV(B)28.42º39.75%93.73%-
XYZ58.8356.7634.24-
YUV198.8297.06156.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 144 (56.64% from 255) = 25.17%
R=41.78%
G=33.04%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918914400.210.400.0628.4274.875.1
HexEFBD900152861c4b4b
Octal35727522002550634113113
Binary1110111110111101100100000101011010001101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD90; }

 p { color: rgb(239,189,144); }

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

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

 a { background-color: rgb(239,189,144); }

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

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

 span { border-color: rgb(239,189,144); }

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