Html Css Color HEX #EDF074 Dolly

📋 copy color: '#EDF074'

red 237 ◦ green 240 ◦ blue 116

#EDF074
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #EDF074

Tints of Dolly #EDF074

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

 GREEN value IS 240 (94.14% from 255) = 40.47%

 BLUE value IS 116 (45.7% from 255) = 19.56%

R = 39.97%
G = 40.47%
B = 19.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EDF074 (or 0xEDF074) is known color: Dolly. HEX triplet: ED, F0 and 74. RGB value is (237,240,116). Sum of RGB (Red+Green+Blue) = 237+240+116=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF074 is #120F8B. Grayscale: #E1E1E1. Windows color (decimal): -1183628 or 7663853. OLE color: 7663853.

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

Color convert

RGB 237 240 116 -
CMYK 0.01 0 0.52 0.06
HSL 61.45º 0.81% 0.7% -
HSV(B) 61.45º 0.52% 0.94% -
XYZ 69.24 81.59 28.62 -
YUV 224.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 237 240 116 0.01 0 0.52 0.06 61.45 0.81 0.7
Hex ED F0 74 1 0 34 6 3D 51 46
Octal 355 360 164 1 0 64 6 75 121 106
Binary 11101101 11110000 1110100 1 0 110100 110 111101 1010001 1000110

Color Harmonies of #EDF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF074

Black with #EDF074

Text Example


Text Example

White with #EDF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF074; }

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

 H1.HeaderClassName
 {
   color: #EDF074;
 }
 .AnyTagClassName
 {
   color: #EDF074;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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