Html Css Color HEX #EFF074 Dolly

📋 copy color: '#EFF074'

red 239 ◦ green 240 ◦ blue 116

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

Shades of Dolly #EFF074

Tints of Dolly #EFF074

RGB

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

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

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

R = 40.17%
G = 40.34%
B = 19.5%

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

#EFF074 (or 0xEFF074) is known color: Dolly. HEX triplet: EF, F0 and 74. RGB value is (239,240,116). Sum of RGB (Red+Green+Blue) = 239+240+116=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF074 is #100F8B. Grayscale: #E2E2E2. Windows color (decimal): -1052556 or 7663855. OLE color: 7663855.

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

Color convert

RGB 239 240 116 -
CMYK 0.00 0 0.52 0.06
HSL 60.48º 0.81% 0.7% -
HSV(B) 60.48º 0.52% 0.94% -
XYZ 69.91 81.93 28.65 -
YUV 225.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 239 240 116 0.00 0 0.52 0.06 60.48 0.81 0.7
Hex EF F0 74 0 0 34 6 3C 51 46
Octal 357 360 164 0 0 64 6 74 121 106
Binary 11101111 11110000 1110100 0 0 110100 110 111100 1010001 1000110

Color Harmonies of #EFF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF074

Black with #EFF074

Text Example


Text Example

White with #EFF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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