Html Css Color HEX #EDF175 Dolly

📋 copy color: '#EDF175'

red 237 ◦ green 241 ◦ blue 117

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

Shades of Dolly #EDF175

Tints of Dolly #EDF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

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

R = 39.83%
G = 40.5%
B = 19.66%

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

#EDF175 (or 0xEDF175) is known color: Dolly. HEX triplet: ED, F1 and 75. RGB value is (237,241,117). Sum of RGB (Red+Green+Blue) = 237+241+117=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF175 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF175 is #120E8A. Grayscale: #E2E2E2. Windows color (decimal): -1183371 or 7729645. OLE color: 7729645.

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

Color convert

RGB 237 241 117 -
CMYK 0.02 0 0.51 0.05
HSL 61.94º 0.82% 0.7% -
HSV(B) 61.94º 0.51% 0.95% -
XYZ 69.59 82.2 29.03 -
YUV 225.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 237 241 117 0.02 0 0.51 0.05 61.94 0.82 0.7
Hex ED F1 75 2 0 33 5 3E 52 46
Octal 355 361 165 2 0 63 5 76 122 106
Binary 11101101 11110001 1110101 10 0 110011 101 111110 1010010 1000110

Color Harmonies of #EDF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF175

Black with #EDF175

Text Example


Text Example

White with #EDF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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