#FFEF8E

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

Shades of Picasso #FFEF8E

Tints of Picasso #FFEF8E

Color information

#FFEF8E (or 0xFFEF8E) is unknown color: approx Picasso. HEX triplet: FF, EF and 8E. RGB value is (255,239,142). Sum of RGB (Red+Green+Blue) = 255+239+142=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 142 (55.86% from 255 or 22.33% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF8E is #001071. Grayscale: #E9E9E9. Windows color (decimal): -4210 or 9367551. OLE color: 9367551.

HSL color Cylindrical-coordinate representation of color #FFEF8E: hue angle of 51.5º 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 #FFEF8E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255239142-
CMYK00.060.440
HSL51.5º100%77.84%-
HSV(B)51.5º44.31%100%-
XYZ76.9984.9537.93-
YUV232.7376.8143.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 142 (55.86% from 255) = 22.33%
R=40.09%
G=37.58%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523914200.060.44051.510077.84
HexFFEF8E062C034644e
Octal3773572160654064144116
Binary1111111111101111100011100110101100011010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF8E; }

 p { color: rgb(255,239,142); }

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

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

 a { background-color: rgb(255,239,142); }

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

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

 span { border-color: rgb(255,239,142); }

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