Html Css Color HEX #EDF073 Dolly

📋 copy color: '#EDF073'

red 237 ◦ green 240 ◦ blue 115

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

Shades of Dolly #EDF073

Tints of Dolly #EDF073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.43%

R = 40.03%
G = 40.54%
B = 19.43%

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

#EDF073 (or 0xEDF073) is known color: Dolly. HEX triplet: ED, F0 and 73. RGB value is (237,240,115). Sum of RGB (Red+Green+Blue) = 237+240+115=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF073 is #120F8C. Grayscale: #E1E1E1. Windows color (decimal): -1183629 or 7598317. OLE color: 7598317.

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

Color convert

RGB 237 240 115 -
CMYK 0.01 0 0.52 0.06
HSL 61.44º 0.81% 0.7% -
HSV(B) 61.44º 0.52% 0.94% -
XYZ 69.18 81.56 28.32 -
YUV 224.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 237 240 115 0.01 0 0.52 0.06 61.44 0.81 0.7
Hex ED F0 73 1 0 34 6 3D 51 46
Octal 355 360 163 1 0 64 6 75 121 106
Binary 11101101 11110000 1110011 1 0 110100 110 111101 1010001 1000110

Color Harmonies of #EDF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF073

Black with #EDF073

Text Example


Text Example

White with #EDF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF073; }

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

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

background-color css

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

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

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

border-color css

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

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

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