#FFEE8A

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

Shades of Picasso #FFEE8A

Tints of Picasso #FFEE8A

Color information

#FFEE8A (or 0xFFEE8A) is unknown color: approx Picasso. HEX triplet: FF, EE and 8A. RGB value is (255,238,138). Sum of RGB (Red+Green+Blue) = 255+238+138=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 138 (54.30% from 255 or 21.87% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE8A is #001175. Grayscale: #E8E8E8. Windows color (decimal): -4470 or 9105151. OLE color: 9105151.

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

Color convert

RGB255238138-
CMYK00.070.460
HSL51.28º100%77.06%-
HSV(B)51.28º45.88%100%-
XYZ76.484.2436.28-
YUV231.6875.13144.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 138 (54.30% from 255) = 21.87%
R=40.41%
G=37.72%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523813800.070.46051.2810077.06
HexFFEE8A072E033644d
Octal3773562120756063144115
Binary1111111111101110100010100111101110011001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEE8A; }

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

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

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

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

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

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

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

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