#EFED71

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

Shades of Dolly #EFED71

Tints of Dolly #EFED71

Color information

#EFED71 (or 0xEFED71) is unknown color: approx Dolly. HEX triplet: EF, ED and 71. RGB value is (239,237,113). Sum of RGB (Red+Green+Blue) = 239+237+113=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED71 is #10128E. Grayscale: #DFDFDF. Windows color (decimal): -1053327 or 7466479. OLE color: 7466479.

HSL color Cylindrical-coordinate representation of color #EFED71: hue angle of 59.05º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFED71 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239237113-
CMYK00.010.530.06
HSL59.05º79.75%69.02%-
HSV(B)59.05º52.72%93.73%-
XYZ68.8680.1127.46-
YUV223.4665.66139.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 113 (44.53% from 255) = 19.19%
R=40.58%
G=40.24%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923711300.010.530.0659.0579.7569.02
HexEFED71013563b5045
Octal3573551610165673120105
Binary111011111110110111100010111010111011101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED71; }

 p { color: rgb(239,237,113); }

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

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

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

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

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

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

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