Html Css Color HEX #EDF971 Dolly

📋 copy color: '#EDF971'

red 237 ◦ green 249 ◦ blue 113

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

Shades of Dolly #EDF971

Tints of Dolly #EDF971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

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

R = 39.57%
G = 41.57%
B = 18.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#EDF971 (or 0xEDF971) is known color: Dolly. HEX triplet: ED, F9 and 71. RGB value is (237,249,113). Sum of RGB (Red+Green+Blue) = 237+249+113=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 113 (44.53% from 255 or 18.86% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF971 is #12068E. Grayscale: #E6E6E6. Windows color (decimal): -1181327 or 7469549. OLE color: 7469549.

HSL color Cylindrical-coordinate representation of color #EDF971: hue angle of 65.29º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF971 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 113 -
CMYK 0.05 0 0.55 0.02
HSL 65.29º 0.92% 0.71% -
HSV(B) 65.29º 0.55% 0.98% -
XYZ 71.78 86.95 28.62 -
YUV 229.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 237 249 113 0.05 0 0.55 0.02 65.29 0.92 0.71
Hex ED F9 71 5 0 37 2 41 5C 47
Octal 355 371 161 5 0 67 2 101 134 107
Binary 11101101 11111001 1110001 101 0 110111 10 1000001 1011100 1000111

Color Harmonies of #EDF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF971

Black with #EDF971

Text Example


Text Example

White with #EDF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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