#EFEFD4

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

Shades of Hint Of Yellow #EFEFD4

Tints of Hint Of Yellow #EFEFD4

Color information

#EFEFD4 (or 0xEFEFD4) is unknown color: approx Hint Of Yellow. HEX triplet: EF, EF and D4. RGB value is (239,239,212). Sum of RGB (Red+Green+Blue) = 239+239+212=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFD4 is #10102B. Grayscale: #ECECEC. Windows color (decimal): -1052716 or 13955055. OLE color: 13955055.

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

Color convert

RGB239239212-
CMYK000.110.06
HSL60º45.76%88.43%-
HSV(B)60º11.3%93.73%-
XYZ78.3584.8474.53-
YUV235.92114.5130.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 212 (83.20% from 255) = 30.72%
R=34.64%
G=34.64%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239212000.110.066045.7688.43
HexEFEFD400B63c2e58
Octal357357324001367456130
Binary1110111111101111110101000010111101111001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFD4; }

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

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

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

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

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

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

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

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