#FFEED7

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

Shades of Papaya Whip #FFEED7

Tints of Papaya Whip #FFEED7

Color information

#FFEED7 (or 0xFFEED7) is unknown color: approx Papaya Whip. HEX triplet: FF, EE and D7. RGB value is (255,238,215). Sum of RGB (Red+Green+Blue) = 255+238+215=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 215 (84.38% from 255 or 30.37% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED7 is #001128. Grayscale: #F0F0F0. Windows color (decimal): -4393 or 14151423. OLE color: 14151423.

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

Color convert

RGB255238215-
CMYK00.070.160
HSL34.5º100%92.16%-
HSV(B)34.5º15.69%100%-
XYZ84.0887.3276.71-
YUV240.46113.63138.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 215 (84.38% from 255) = 30.37%
R=36.02%
G=33.62%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523821500.070.16034.510092.16
HexFFEED70710022645c
Octal3773563270720042144134
Binary111111111110111011010111011110000010001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEED7; }

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

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

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

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

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

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

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

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