Html Css Color HEX #EDF673 Dolly

📋 copy color: '#EDF673'

red 237 ◦ green 246 ◦ blue 115

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

Shades of Dolly #EDF673

Tints of Dolly #EDF673

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.14%

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

R = 39.63%
G = 41.14%
B = 19.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#EDF673 (or 0xEDF673) is known color: Dolly. HEX triplet: ED, F6 and 73. RGB value is (237,246,115). Sum of RGB (Red+Green+Blue) = 237+246+115=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 115 (45.31% from 255 or 19.23% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF673 is #12098C. Grayscale: #E4E4E4. Windows color (decimal): -1182093 or 7599853. OLE color: 7599853.

HSL color Cylindrical-coordinate representation of color #EDF673: hue angle of 64.12º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDF673 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 115 -
CMYK 0.04 0 0.53 0.04
HSL 64.12º 0.88% 0.71% -
HSV(B) 64.12º 0.53% 0.96% -
XYZ 70.98 85.15 28.92 -
YUV 228.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 237 246 115 0.04 0 0.53 0.04 64.12 0.88 0.71
Hex ED F6 73 4 0 35 4 40 58 47
Octal 355 366 163 4 0 65 4 100 130 107
Binary 11101101 11110110 1110011 100 0 110101 100 1000000 1011000 1000111

Color Harmonies of #EDF673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF673

Black with #EDF673

Text Example


Text Example

White with #EDF673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF673; }

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

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

background-color css

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

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

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

border-color css

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

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

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