Html Css Color HEX #EDF87D Dolly

📋 copy color: '#EDF87D'

red 237 ◦ green 248 ◦ blue 125

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

Shades of Dolly #EDF87D

Tints of Dolly #EDF87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.66%

 BLUE value IS 125 (49.22% from 255) = 20.49%

R = 38.85%
G = 40.66%
B = 20.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#EDF87D (or 0xEDF87D) is known color: Dolly. HEX triplet: ED, F8 and 7D. RGB value is (237,248,125). Sum of RGB (Red+Green+Blue) = 237+248+125=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 125 (49.22% from 255 or 20.49% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF87D is #120782. Grayscale: #E7E7E7. Windows color (decimal): -1181571 or 8255725. OLE color: 8255725.

HSL color Cylindrical-coordinate representation of color #EDF87D: hue angle of 65.37º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF87D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 125 -
CMYK 0.04 0 0.50 0.03
HSL 65.37º 0.9% 0.73% -
HSV(B) 65.37º 0.5% 0.97% -
XYZ 72.19 86.62 32.32 -
YUV 230.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 237 248 125 0.04 0 0.50 0.03 65.37 0.9 0.73
Hex ED F8 7D 4 0 32 3 41 5A 49
Octal 355 370 175 4 0 62 3 101 132 111
Binary 11101101 11111000 1111101 100 0 110010 11 1000001 1011010 1001001

Color Harmonies of #EDF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF87D

Black with #EDF87D

Text Example


Text Example

White with #EDF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF87D; }

 p { color: rgb(237,248,125); }

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

background-color css

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

 a { background-color: rgb(237,248,125); }

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

border-color css

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

 span { border-color: rgb(237,248,125); }

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