Html Css Color HEX #EDF176 Dolly

📋 copy color: '#EDF176'

red 237 ◦ green 241 ◦ blue 118

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

Shades of Dolly #EDF176

Tints of Dolly #EDF176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.8%

R = 39.77%
G = 40.44%
B = 19.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#EDF176 (or 0xEDF176) is known color: Dolly. HEX triplet: ED, F1 and 76. RGB value is (237,241,118). Sum of RGB (Red+Green+Blue) = 237+241+118=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF176 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF176 is #120E89. Grayscale: #E2E2E2. Windows color (decimal): -1183370 or 7795181. OLE color: 7795181.

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

Color convert

RGB 237 241 118 -
CMYK 0.02 0 0.51 0.05
HSL 61.95º 0.81% 0.7% -
HSV(B) 61.95º 0.51% 0.95% -
XYZ 69.65 82.22 29.34 -
YUV 225.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 237 241 118 0.02 0 0.51 0.05 61.95 0.81 0.7
Hex ED F1 76 2 0 33 5 3E 51 46
Octal 355 361 166 2 0 63 5 76 121 106
Binary 11101101 11110001 1110110 10 0 110011 101 111110 1010001 1000110

Color Harmonies of #EDF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF176

Black with #EDF176

Text Example


Text Example

White with #EDF176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF176; }

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

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

background-color css

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

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

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

border-color css

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

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

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