Html Css Color HEX #EDF173 Dolly

📋 copy color: '#EDF173'

red 237 ◦ green 241 ◦ blue 115

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

Shades of Dolly #EDF173

Tints of Dolly #EDF173

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.64%

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

R = 39.97%
G = 40.64%
B = 19.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#EDF173 (or 0xEDF173) is known color: Dolly. HEX triplet: ED, F1 and 73. RGB value is (237,241,115). Sum of RGB (Red+Green+Blue) = 237+241+115=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF173 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF173 is #120E8C. Grayscale: #E1E1E1. Windows color (decimal): -1183373 or 7598573. OLE color: 7598573.

HSL color Cylindrical-coordinate representation of color #EDF173: hue angle of 61.9º degrees, saturation: 0.82, 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 #EDF173 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 115 -
CMYK 0.02 0 0.52 0.05
HSL 61.9º 0.82% 0.7% -
HSV(B) 61.9º 0.52% 0.95% -
XYZ 69.47 82.15 28.42 -
YUV 225.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 237 241 115 0.02 0 0.52 0.05 61.9 0.82 0.7
Hex ED F1 73 2 0 34 5 3E 52 46
Octal 355 361 163 2 0 64 5 76 122 106
Binary 11101101 11110001 1110011 10 0 110100 101 111110 1010010 1000110

Color Harmonies of #EDF173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF173

Black with #EDF173

Text Example


Text Example

White with #EDF173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF173; }

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

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

background-color css

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

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

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

border-color css

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

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

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