#FFEB8D

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

Shades of Picasso #FFEB8D

Tints of Picasso #FFEB8D

Color information

#FFEB8D (or 0xFFEB8D) is unknown color: approx Picasso. HEX triplet: FF, EB and 8D. RGB value is (255,235,141). Sum of RGB (Red+Green+Blue) = 255+235+141=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB8D is #001472. Grayscale: #E6E6E6. Windows color (decimal): -5235 or 9300991. OLE color: 9300991.

HSL color Cylindrical-coordinate representation of color #FFEB8D: hue angle of 49.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFEB8D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255235141-
CMYK00.080.450
HSL49.47º100%77.65%-
HSV(B)49.47º44.71%100%-
XYZ75.7682.637.15-
YUV230.2677.63145.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 141 (55.47% from 255) = 22.35%
R=40.41%
G=37.24%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523514100.080.45049.4710077.65
HexFFEB8D082D031644e
Octal37735321501055061144116
Binary11111111111010111000110101000101101011000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB8D; }

 p { color: rgb(255,235,141); }

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

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

 a { background-color: rgb(255,235,141); }

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

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

 span { border-color: rgb(255,235,141); }

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