#EDF271

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

Shades of Dolly #EDF271

Tints of Dolly #EDF271

Color information

#EDF271 (or 0xEDF271) is unknown color: approx Dolly. HEX triplet: ED, F2 and 71. RGB value is (237,242,113). Sum of RGB (Red+Green+Blue) = 237+242+113=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 113 (44.53% from 255 or 19.09% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF271 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF271 is #120D8E. Grayscale: #E2E2E2. Windows color (decimal): -1183119 or 7467757. OLE color: 7467757.

HSL color Cylindrical-coordinate representation of color #EDF271: hue angle of 62.33º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDF271 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB237242113-
CMYK0.0200.530.05
HSL62.33º83.23%69.61%-
HSV(B)62.33º53.31%94.9%-
XYZ69.6682.727.91-
YUV225.864.34135.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 113 (44.53% from 255) = 19.09%
R=40.03%
G=40.88%
B=19.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421130.0200.530.0562.3383.2369.61
HexEDF271203553e5346
Octal3553621612065576123106
Binary1110110111110010111000110011010110111111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF271; }

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

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

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

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

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

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

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

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