#EFF674

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

Shades of Dolly #EFF674

Tints of Dolly #EFF674

Color information

#EFF674 (or 0xEFF674) is unknown color: approx Dolly. HEX triplet: EF, F6 and 74. RGB value is (239,246,116). Sum of RGB (Red+Green+Blue) = 239+246+116=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 116 (45.70% from 255 or 19.30% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF674 is #10098B. Grayscale: #E5E5E5. Windows color (decimal): -1051020 or 7665391. OLE color: 7665391.

HSL color Cylindrical-coordinate representation of color #EFF674: hue angle of 63.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF674 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB239246116-
CMYK0.0300.530.04
HSL63.23º87.84%70.98%-
HSV(B)63.23º52.85%96.47%-
XYZ71.785.5229.25-
YUV229.0964.18135.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 246 (96.48% from 255) = 40.93%
BLUE value IS 116 (45.70% from 255) = 19.30%
R=39.77%
G=40.93%
B=19.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392461160.0300.530.0463.2387.8470.98
HexEFF674303543f5847
Octal3573661643065477130107
Binary1110111111110110111010011011010110011111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF674; }

 p { color: rgb(239,246,116); }

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

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

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

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

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

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

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