#EFEE70

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

Shades of Dolly #EFEE70

Tints of Dolly #EFEE70

Color information

#EFEE70 (or 0xEFEE70) is unknown color: approx Dolly. HEX triplet: EF, EE and 70. RGB value is (239,238,112). Sum of RGB (Red+Green+Blue) = 239+238+112=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE70 is #10118F. Grayscale: #E0E0E0. Windows color (decimal): -1053072 or 7401199. OLE color: 7401199.

HSL color Cylindrical-coordinate representation of color #EFEE70: hue angle of 59.53º 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 #EFEE70 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239238112-
CMYK00.000.530.06
HSL59.53º79.87%68.82%-
HSV(B)59.53º53.14%93.73%-
XYZ69.180.6727.26-
YUV223.9364.83138.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 112 (44.14% from 255) = 19.02%
R=40.58%
G=40.41%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923811200.000.530.0659.5379.8768.82
HexEFEE70003563c5045
Octal3573561600065674120105
Binary111011111110111011100000011010111011110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE70; }

 p { color: rgb(239,238,112); }

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

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

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

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

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

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

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