Html Css Color HEX #EFF072 Dolly

📋 copy color: '#EFF072'

red 239 ◦ green 240 ◦ blue 114

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

Shades of Dolly #EFF072

Tints of Dolly #EFF072

RGB

 RED value IS 239 (93.75% from 255) = 40.3%

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

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

R = 40.3%
G = 40.47%
B = 19.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFF072 (or 0xEFF072) is known color: Dolly. HEX triplet: EF, F0 and 72. RGB value is (239,240,114). Sum of RGB (Red+Green+Blue) = 239+240+114=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF072 is #100F8D. Grayscale: #E1E1E1. Windows color (decimal): -1052558 or 7532783. OLE color: 7532783.

HSL color Cylindrical-coordinate representation of color #EFF072: hue angle of 60.48º 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 #EFF072 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 114 -
CMYK 0.00 0 0.52 0.06
HSL 60.48º 0.81% 0.69% -
HSV(B) 60.48º 0.53% 0.94% -
XYZ 69.79 81.89 28.05 -
YUV 225.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 239 240 114 0.00 0 0.52 0.06 60.48 0.81 0.69
Hex EF F0 72 0 0 34 6 3C 51 45
Octal 357 360 162 0 0 64 6 74 121 105
Binary 11101111 11110000 1110010 0 0 110100 110 111100 1010001 1000101

Color Harmonies of #EFF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF072

Black with #EFF072

Text Example


Text Example

White with #EFF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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