Html Css Color HEX #EDF47C Dolly

📋 copy color: '#EDF47C'

red 237 ◦ green 244 ◦ blue 124

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

Shades of Dolly #EDF47C

Tints of Dolly #EDF47C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.33%

 BLUE value IS 124 (48.83% from 255) = 20.5%

R = 39.17%
G = 40.33%
B = 20.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#EDF47C (or 0xEDF47C) is known color: Dolly. HEX triplet: ED, F4 and 7C. RGB value is (237,244,124). Sum of RGB (Red+Green+Blue) = 237+244+124=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF47C is #120B83. Grayscale: #E4E4E4. Windows color (decimal): -1182596 or 8189165. OLE color: 8189165.

HSL color Cylindrical-coordinate representation of color #EDF47C: hue angle of 63.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF47C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 124 -
CMYK 0.03 0 0.49 0.04
HSL 63.5º 0.85% 0.72% -
HSV(B) 63.5º 0.49% 0.96% -
XYZ 70.91 84.16 31.58 -
YUV 228.23 69.18 134.26 -
System Red Green Blue C M Y K H S L
Decimal 237 244 124 0.03 0 0.49 0.04 63.5 0.85 0.72
Hex ED F4 7C 3 0 31 4 40 55 48
Octal 355 364 174 3 0 61 4 100 125 110
Binary 11101101 11110100 1111100 11 0 110001 100 1000000 1010101 1001000

Color Harmonies of #EDF47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF47C

Black with #EDF47C

Text Example


Text Example

White with #EDF47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF47C; }

 p { color: rgb(237,244,124); }

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

background-color css

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

 a { background-color: rgb(237,244,124); }

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

border-color css

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

 span { border-color: rgb(237,244,124); }

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