Html Css Color HEX #EDF172 Dolly

📋 copy color: '#EDF172'

red 237 ◦ green 241 ◦ blue 114

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

Shades of Dolly #EDF172

Tints of Dolly #EDF172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.26%

R = 40.03%
G = 40.71%
B = 19.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#EDF172 (or 0xEDF172) is known color: Dolly. HEX triplet: ED, F1 and 72. RGB value is (237,241,114). Sum of RGB (Red+Green+Blue) = 237+241+114=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 114 (44.92% from 255 or 19.26% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF172 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF172 is #120E8D. Grayscale: #E1E1E1. Windows color (decimal): -1183374 or 7533037. OLE color: 7533037.

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

Color convert

RGB 237 241 114 -
CMYK 0.02 0 0.53 0.05
HSL 61.89º 0.82% 0.7% -
HSV(B) 61.89º 0.53% 0.95% -
XYZ 69.42 82.13 28.11 -
YUV 225.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 237 241 114 0.02 0 0.53 0.05 61.89 0.82 0.7
Hex ED F1 72 2 0 35 5 3E 52 46
Octal 355 361 162 2 0 65 5 76 122 106
Binary 11101101 11110001 1110010 10 0 110101 101 111110 1010010 1000110

Color Harmonies of #EDF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF172

Black with #EDF172

Text Example


Text Example

White with #EDF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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