#FFED8B

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

Shades of Picasso #FFED8B

Tints of Picasso #FFED8B

Color information

#FFED8B (or 0xFFED8B) is unknown color: approx Picasso. HEX triplet: FF, ED and 8B. RGB value is (255,237,139). Sum of RGB (Red+Green+Blue) = 255+237+139=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8B is #001274. Grayscale: #E7E7E7. Windows color (decimal): -4725 or 9170431. OLE color: 9170431.

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

Color convert

RGB255237139-
CMYK00.070.450
HSL50.69º100%77.25%-
HSV(B)50.69º45.49%100%-
XYZ76.1883.6936.57-
YUV231.2175.96144.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 139 (54.69% from 255) = 22.03%
R=40.41%
G=37.56%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523713900.070.45050.6910077.25
HexFFED8B072D033644d
Octal3773552130755063144115
Binary1111111111101101100010110111101101011001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED8B; }

 p { color: rgb(255,237,139); }

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

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

 a { background-color: rgb(255,237,139); }

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

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

 span { border-color: rgb(255,237,139); }

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