Html Css Color HEX #EDF374 Dolly

📋 copy color: '#EDF374'

red 237 ◦ green 243 ◦ blue 116

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

Shades of Dolly #EDF374

Tints of Dolly #EDF374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.46%

R = 39.77%
G = 40.77%
B = 19.46%

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

#EDF374 (or 0xEDF374) is known color: Dolly. HEX triplet: ED, F3 and 74. RGB value is (237,243,116). Sum of RGB (Red+Green+Blue) = 237+243+116=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF374 is #120C8B. Grayscale: #E3E3E3. Windows color (decimal): -1182860 or 7664621. OLE color: 7664621.

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

Color convert

RGB 237 243 116 -
CMYK 0.02 0 0.52 0.05
HSL 62.83º 0.84% 0.7% -
HSV(B) 62.83º 0.52% 0.95% -
XYZ 70.13 83.37 28.92 -
YUV 226.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 237 243 116 0.02 0 0.52 0.05 62.83 0.84 0.7
Hex ED F3 74 2 0 34 5 3F 54 46
Octal 355 363 164 2 0 64 5 77 124 106
Binary 11101101 11110011 1110100 10 0 110100 101 111111 1010100 1000110

Color Harmonies of #EDF374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF374

Black with #EDF374

Text Example


Text Example

White with #EDF374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF374; }

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

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

background-color css

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

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

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

border-color css

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

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

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