#EFEFD5

Color #EFEFD5 Hint Of Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Yellow #EFEFD5

Tints of Hint Of Yellow #EFEFD5

Color information

#EFEFD5 (or 0xEFEFD5) is unknown color: approx Hint Of Yellow. HEX triplet: EF, EF and D5. RGB value is (239,239,213). Sum of RGB (Red+Green+Blue) = 239+239+213=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 213 (83.59% from 255 or 30.82% from 691); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD5 is #10102A. Grayscale: #ECECEC. Windows color (decimal): -1052715 or 14020591. OLE color: 14020591.

HSL color Cylindrical-coordinate representation of color #EFEFD5: hue angle of 60º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFEFD5 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239239213-
CMYK000.110.06
HSL60º44.83%88.63%-
HSV(B)60º10.88%93.73%-
XYZ78.4784.8975.2-
YUV236.04115130.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 213 (83.59% from 255) = 30.82%
R=34.59%
G=34.59%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239213000.110.066044.8388.63
HexEFEFD500B63c2d59
Octal357357325001367455131
Binary1110111111101111110101010010111101111001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFD5; }

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

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

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

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

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

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

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

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