#FFED8F

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

Shades of Picasso #FFED8F

Tints of Picasso #FFED8F

Color information

#FFED8F (or 0xFFED8F) is unknown color: approx Picasso. HEX triplet: FF, ED and 8F. RGB value is (255,237,143). Sum of RGB (Red+Green+Blue) = 255+237+143=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8F is #001270. Grayscale: #E8E8E8. Windows color (decimal): -4721 or 9432575. OLE color: 9432575.

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

Color convert

RGB255237143-
CMYK00.070.440
HSL50.36º100%78.04%-
HSV(B)50.36º43.92%100%-
XYZ76.4883.8138.13-
YUV231.6777.96144.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 143 (56.25% from 255) = 22.52%
R=40.16%
G=37.32%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523714300.070.44050.3610078.04
HexFFED8F072C032644e
Octal3773552170754062144116
Binary1111111111101101100011110111101100011001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED8F; }

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

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

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

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

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

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

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

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