Html Css Color HEX #EDF375 Dolly

📋 copy color: '#EDF375'

red 237 ◦ green 243 ◦ blue 117

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

Shades of Dolly #EDF375

Tints of Dolly #EDF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.7%

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

R = 39.7%
G = 40.7%
B = 19.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#EDF375 (or 0xEDF375) is known color: Dolly. HEX triplet: ED, F3 and 75. RGB value is (237,243,117). Sum of RGB (Red+Green+Blue) = 237+243+117=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 117 (46.09% from 255 or 19.60% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF375 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF375 is #120C8A. Grayscale: #E3E3E3. Windows color (decimal): -1182859 or 7730157. OLE color: 7730157.

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

Color convert

RGB 237 243 117 -
CMYK 0.02 0 0.52 0.05
HSL 62.86º 0.84% 0.71% -
HSV(B) 62.86º 0.52% 0.95% -
XYZ 70.19 83.39 29.23 -
YUV 226.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 237 243 117 0.02 0 0.52 0.05 62.86 0.84 0.71
Hex ED F3 75 2 0 34 5 3F 54 47
Octal 355 363 165 2 0 64 5 77 124 107
Binary 11101101 11110011 1110101 10 0 110100 101 111111 1010100 1000111

Color Harmonies of #EDF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF375

Black with #EDF375

Text Example


Text Example

White with #EDF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF375; }

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

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

background-color css

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

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

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

border-color css

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

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

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