Html Css Color HEX #EDF376 Dolly

📋 copy color: '#EDF376'

red 237 ◦ green 243 ◦ blue 118

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

Shades of Dolly #EDF376

Tints of Dolly #EDF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.64%

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

R = 39.63%
G = 40.64%
B = 19.73%

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

#EDF376 (or 0xEDF376) is known color: Dolly. HEX triplet: ED, F3 and 76. RGB value is (237,243,118). Sum of RGB (Red+Green+Blue) = 237+243+118=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 118 (46.48% from 255 or 19.73% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF376 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF376 is #120C89. Grayscale: #E3E3E3. Windows color (decimal): -1182858 or 7795693. OLE color: 7795693.

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

Color convert

RGB 237 243 118 -
CMYK 0.02 0 0.51 0.05
HSL 62.88º 0.84% 0.71% -
HSV(B) 62.88º 0.51% 0.95% -
XYZ 70.25 83.41 29.54 -
YUV 226.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 237 243 118 0.02 0 0.51 0.05 62.88 0.84 0.71
Hex ED F3 76 2 0 33 5 3F 54 47
Octal 355 363 166 2 0 63 5 77 124 107
Binary 11101101 11110011 1110110 10 0 110011 101 111111 1010100 1000111

Color Harmonies of #EDF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF376

Black with #EDF376

Text Example


Text Example

White with #EDF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF376; }

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

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

background-color css

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

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

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

border-color css

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

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

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