Html Css Color HEX #EDF072 Dolly

📋 copy color: '#EDF072'

red 237 ◦ green 240 ◦ blue 114

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

Shades of Dolly #EDF072

Tints of Dolly #EDF072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.61%

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

R = 40.1%
G = 40.61%
B = 19.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EDF072 (or 0xEDF072) is known color: Dolly. HEX triplet: ED, F0 and 72. RGB value is (237,240,114). Sum of RGB (Red+Green+Blue) = 237+240+114=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 114 (44.92% from 255 or 19.29% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF072 is #120F8D. Grayscale: #E1E1E1. Windows color (decimal): -1183630 or 7532781. OLE color: 7532781.

HSL color Cylindrical-coordinate representation of color #EDF072: hue angle of 61.43º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF072 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 114 -
CMYK 0.01 0 0.52 0.06
HSL 61.43º 0.81% 0.69% -
HSV(B) 61.43º 0.53% 0.94% -
XYZ 69.12 81.54 28.02 -
YUV 224.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 237 240 114 0.01 0 0.52 0.06 61.43 0.81 0.69
Hex ED F0 72 1 0 34 6 3D 51 45
Octal 355 360 162 1 0 64 6 75 121 105
Binary 11101101 11110000 1110010 1 0 110100 110 111101 1010001 1000101

Color Harmonies of #EDF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF072

Black with #EDF072

Text Example


Text Example

White with #EDF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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