#FFEFD5

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

Shades of PapayaWhip #FFEFD5

Tints of PapayaWhip #FFEFD5

Color information

#FFEFD5 (or 0xFFEFD5) is known color: PapayaWhip. HEX triplet: FF, EF and D5. RGB value is (255,239,213). Sum of RGB (Red+Green+Blue) = 255+239+213=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD5 is #00102A. Grayscale: #F0F0F0. Windows color (decimal): -4139 or 14020607. OLE color: 14020607.

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

Color convert

RGB255239213-
CMYK00.060.160
HSL37.14º100%91.76%-
HSV(B)37.14º16.47%100%-
XYZ84.1287.875.46-
YUV240.82112.3138.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 213 (83.59% from 255) = 30.13%
R=36.07%
G=33.80%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523921300.060.16037.1410091.76
HexFFEFD50610025645c
Octal3773573250620045144134
Binary111111111110111111010101011010000010010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFD5; }

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

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

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

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

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

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

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

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