#FFEE8D

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

Shades of Picasso #FFEE8D

Tints of Picasso #FFEE8D

Color information

#FFEE8D (or 0xFFEE8D) is unknown color: approx Picasso. HEX triplet: FF, EE and 8D. RGB value is (255,238,141). Sum of RGB (Red+Green+Blue) = 255+238+141=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE8D is #001172. Grayscale: #E8E8E8. Windows color (decimal): -4467 or 9301759. OLE color: 9301759.

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

Color convert

RGB255238141-
CMYK00.070.450
HSL51.05º100%77.65%-
HSV(B)51.05º44.71%100%-
XYZ76.6284.3337.44-
YUV232.0276.63144.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 141 (55.47% from 255) = 22.24%
R=40.22%
G=37.54%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523814100.070.45051.0510077.65
HexFFEE8D072D033644e
Octal3773562150755063144116
Binary1111111111101110100011010111101101011001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE8D; }

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

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

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

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

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

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

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

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