Html Css Color HEX #EDF372 Dolly

📋 copy color: '#EDF372'

red 237 ◦ green 243 ◦ blue 114

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

Shades of Dolly #EDF372

Tints of Dolly #EDF372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.19%

R = 39.9%
G = 40.91%
B = 19.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#EDF372 (or 0xEDF372) is known color: Dolly. HEX triplet: ED, F3 and 72. RGB value is (237,243,114). Sum of RGB (Red+Green+Blue) = 237+243+114=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 114 (44.92% from 255 or 19.19% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF372 is #120C8D. Grayscale: #E3E3E3. Windows color (decimal): -1182862 or 7533549. OLE color: 7533549.

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

Color convert

RGB 237 243 114 -
CMYK 0.02 0 0.53 0.05
HSL 62.79º 0.84% 0.7% -
HSV(B) 62.79º 0.53% 0.95% -
XYZ 70.01 83.32 28.31 -
YUV 226.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 237 243 114 0.02 0 0.53 0.05 62.79 0.84 0.7
Hex ED F3 72 2 0 35 5 3F 54 46
Octal 355 363 162 2 0 65 5 77 124 106
Binary 11101101 11110011 1110010 10 0 110101 101 111111 1010100 1000110

Color Harmonies of #EDF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF372

Black with #EDF372

Text Example


Text Example

White with #EDF372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF372; }

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

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

background-color css

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

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

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

border-color css

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

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

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