Html Css Color HEX #EDF976 Dolly

📋 copy color: '#EDF976'

red 237 ◦ green 249 ◦ blue 118

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

Shades of Dolly #EDF976

Tints of Dolly #EDF976

RGB

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

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

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

R = 39.24%
G = 41.23%
B = 19.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#EDF976 (or 0xEDF976) is known color: Dolly. HEX triplet: ED, F9 and 76. RGB value is (237,249,118). Sum of RGB (Red+Green+Blue) = 237+249+118=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF976 is #120689. Grayscale: #E6E6E6. Windows color (decimal): -1181322 or 7797229. OLE color: 7797229.

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

Color convert

RGB 237 249 118 -
CMYK 0.05 0 0.53 0.02
HSL 65.5º 0.92% 0.72% -
HSV(B) 65.5º 0.53% 0.98% -
XYZ 72.07 87.06 30.15 -
YUV 230.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 237 249 118 0.05 0 0.53 0.02 65.5 0.92 0.72
Hex ED F9 76 5 0 35 2 41 5C 48
Octal 355 371 166 5 0 65 2 101 134 110
Binary 11101101 11111001 1110110 101 0 110101 10 1000001 1011100 1001000

Color Harmonies of #EDF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF976

Black with #EDF976

Text Example


Text Example

White with #EDF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF976; }

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

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

background-color css

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

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

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

border-color css

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

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

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