Html Css Color HEX #EDF674 Dolly

📋 copy color: '#EDF674'

red 237 ◦ green 246 ◦ blue 116

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

Shades of Dolly #EDF674

Tints of Dolly #EDF674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.07%

 BLUE value IS 116 (45.7% from 255) = 19.37%

R = 39.57%
G = 41.07%
B = 19.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#EDF674 (or 0xEDF674) is known color: Dolly. HEX triplet: ED, F6 and 74. RGB value is (237,246,116). Sum of RGB (Red+Green+Blue) = 237+246+116=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF674 is #12098B. Grayscale: #E4E4E4. Windows color (decimal): -1182092 or 7665389. OLE color: 7665389.

HSL color Cylindrical-coordinate representation of color #EDF674: hue angle of 64.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDF674 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 116 -
CMYK 0.04 0 0.53 0.04
HSL 64.15º 0.88% 0.71% -
HSV(B) 64.15º 0.53% 0.96% -
XYZ 71.03 85.18 29.22 -
YUV 228.49 64.52 134.07 -
System Red Green Blue C M Y K H S L
Decimal 237 246 116 0.04 0 0.53 0.04 64.15 0.88 0.71
Hex ED F6 74 4 0 35 4 40 58 47
Octal 355 366 164 4 0 65 4 100 130 107
Binary 11101101 11110110 1110100 100 0 110101 100 1000000 1011000 1000111

Color Harmonies of #EDF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF674

Black with #EDF674

Text Example


Text Example

White with #EDF674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF674; }

 p { color: rgb(237,246,116); }

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

background-color css

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

 a { background-color: rgb(237,246,116); }

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

border-color css

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

 span { border-color: rgb(237,246,116); }

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