#EFF0D4

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

Shades of Hint Of Yellow #EFF0D4

Tints of Hint Of Yellow #EFF0D4

Color information

#EFF0D4 (or 0xEFF0D4) is unknown color: approx Hint Of Yellow. HEX triplet: EF, F0 and D4. RGB value is (239,240,212). Sum of RGB (Red+Green+Blue) = 239+240+212=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 212 (83.20% from 255 or 30.68% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0D4 is #100F2B. Grayscale: #ECECEC. Windows color (decimal): -1052460 or 13955311. OLE color: 13955311.

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

Color convert

RGB239240212-
CMYK0.0000.120.06
HSL62.14º48.28%88.63%-
HSV(B)62.14º11.67%94.12%-
XYZ78.6485.4274.63-
YUV236.51114.17129.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 212 (83.20% from 255) = 30.68%
R=34.59%
G=34.73%
B=30.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402120.0000.120.0662.1448.2888.63
HexEFF0D400C63e3059
Octal357360324001467660131
Binary1110111111110000110101000011001101111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0D4; }

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

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

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

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

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

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

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

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