#EBBF90

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

Shades of Pancho #EBBF90

Tints of Pancho #EBBF90

Color information

#EBBF90 (or 0xEBBF90) is unknown color: approx Pancho. HEX triplet: EB, BF and 90. RGB value is (235,191,144). Sum of RGB (Red+Green+Blue) = 235+191+144=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF90 is #14406F. Grayscale: #C7C7C7. Windows color (decimal): -1327216 or 9486315. OLE color: 9486315.

HSL color Cylindrical-coordinate representation of color #EBBF90: hue angle of 30.99º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBBF90 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235191144-
CMYK00.190.390.08
HSL30.99º69.47%74.31%-
HSV(B)30.99º38.72%92.16%-
XYZ57.9356.9434.32-
YUV198.897.08153.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=41.23%
G=33.51%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519114400.190.390.0830.9969.4774.31
HexEBBF900132781f454a
Octal353277220023471037105112
Binary11101011101111111001000001001110011110001111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBF90; }

 p { color: rgb(235,191,144); }

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

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

 a { background-color: rgb(235,191,144); }

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

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

 span { border-color: rgb(235,191,144); }

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