Html Css Color HEX #EDF975 Dolly

📋 copy color: '#EDF975'

red 237 ◦ green 249 ◦ blue 117

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

Shades of Dolly #EDF975

Tints of Dolly #EDF975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.4%

R = 39.3%
G = 41.29%
B = 19.4%

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

#EDF975 (or 0xEDF975) is known color: Dolly. HEX triplet: ED, F9 and 75. RGB value is (237,249,117). Sum of RGB (Red+Green+Blue) = 237+249+117=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 117 (46.09% from 255 or 19.40% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF975 is #12068A. Grayscale: #E6E6E6. Windows color (decimal): -1181323 or 7731693. OLE color: 7731693.

HSL color Cylindrical-coordinate representation of color #EDF975: hue angle of 65.45º 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 #EDF975 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 117 -
CMYK 0.05 0 0.53 0.02
HSL 65.45º 0.92% 0.72% -
HSV(B) 65.45º 0.53% 0.98% -
XYZ 72.01 87.04 29.83 -
YUV 230.36 64.02 132.73 -
System Red Green Blue C M Y K H S L
Decimal 237 249 117 0.05 0 0.53 0.02 65.45 0.92 0.72
Hex ED F9 75 5 0 35 2 41 5C 48
Octal 355 371 165 5 0 65 2 101 134 110
Binary 11101101 11111001 1110101 101 0 110101 10 1000001 1011100 1001000

Color Harmonies of #EDF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF975

Black with #EDF975

Text Example


Text Example

White with #EDF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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