Html Css Color HEX #EDF871 Dolly

📋 copy color: '#EDF871'

red 237 ◦ green 248 ◦ blue 113

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

Shades of Dolly #EDF871

Tints of Dolly #EDF871

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

 BLUE value IS 113 (44.53% from 255) = 18.9%

R = 39.63%
G = 41.47%
B = 18.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#EDF871 (or 0xEDF871) is known color: Dolly. HEX triplet: ED, F8 and 71. RGB value is (237,248,113). Sum of RGB (Red+Green+Blue) = 237+248+113=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 113 (44.53% from 255 or 18.90% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF871 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF871 is #12078E. Grayscale: #E5E5E5. Windows color (decimal): -1181583 or 7469293. OLE color: 7469293.

HSL color Cylindrical-coordinate representation of color #EDF871: hue angle of 64.89º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF871 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 113 -
CMYK 0.04 0 0.54 0.03
HSL 64.89º 0.91% 0.71% -
HSV(B) 64.89º 0.54% 0.97% -
XYZ 71.47 86.33 28.52 -
YUV 229.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 237 248 113 0.04 0 0.54 0.03 64.89 0.91 0.71
Hex ED F8 71 4 0 36 3 41 5B 47
Octal 355 370 161 4 0 66 3 101 133 107
Binary 11101101 11111000 1110001 100 0 110110 11 1000001 1011011 1000111

Color Harmonies of #EDF871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF871

Black with #EDF871

Text Example


Text Example

White with #EDF871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF871; }

 p { color: rgb(237,248,113); }

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

background-color css

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

 a { background-color: rgb(237,248,113); }

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

border-color css

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

 span { border-color: rgb(237,248,113); }

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