#EDF274

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

Shades of Dolly #EDF274

Tints of Dolly #EDF274

Color information

#EDF274 (or 0xEDF274) is unknown color: approx Dolly. HEX triplet: ED, F2 and 74. RGB value is (237,242,116). Sum of RGB (Red+Green+Blue) = 237+242+116=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF274 is #120D8B. Grayscale: #E2E2E2. Windows color (decimal): -1183116 or 7664365. OLE color: 7664365.

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

Color convert

RGB237242116-
CMYK0.0200.520.05
HSL62.38º82.89%70.2%-
HSV(B)62.38º52.07%94.9%-
XYZ69.8382.7728.82-
YUV226.1465.84135.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 116 (45.70% from 255) = 19.50%
R=39.83%
G=40.67%
B=19.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421160.0200.520.0562.3882.8970.2
HexEDF274203453e5346
Octal3553621642064576123106
Binary1110110111110010111010010011010010111111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF274; }

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

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

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

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

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

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

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

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