#EFEB70

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

Shades of Dolly #EFEB70

Tints of Dolly #EFEB70

Color information

#EFEB70 (or 0xEFEB70) is unknown color: approx Dolly. HEX triplet: EF, EB and 70. RGB value is (239,235,112). Sum of RGB (Red+Green+Blue) = 239+235+112=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB70 is #10148F. Grayscale: #DEDEDE. Windows color (decimal): -1053840 or 7400431. OLE color: 7400431.

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

Color convert

RGB239235112-
CMYK00.020.530.06
HSL58.11º79.87%68.82%-
HSV(B)58.11º53.14%93.73%-
XYZ68.2378.9426.97-
YUV222.1765.83140-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 112 (44.14% from 255) = 19.11%
R=40.78%
G=40.10%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923511200.020.530.0658.1179.8768.82
HexEFEB70023563a5045
Octal3573531600265672120105
Binary1110111111101011111000001011010111011101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB70; }

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

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

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

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

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

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

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

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