Html Css Color HEX #EFF073 Dolly

📋 copy color: '#EFF073'

red 239 ◦ green 240 ◦ blue 115

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

Shades of Dolly #EFF073

Tints of Dolly #EFF073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.36%

R = 40.24%
G = 40.4%
B = 19.36%

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

#EFF073 (or 0xEFF073) is known color: Dolly. HEX triplet: EF, F0 and 73. RGB value is (239,240,115). Sum of RGB (Red+Green+Blue) = 239+240+115=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 115 (45.31% from 255 or 19.36% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF073 is #100F8C. Grayscale: #E1E1E1. Windows color (decimal): -1052557 or 7598319. OLE color: 7598319.

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

Color convert

RGB 239 240 115 -
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.85 81.91 28.35 -
YUV 225.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 239 240 115 0.00 0 0.52 0.06 60.48 0.81 0.7
Hex EF F0 73 0 0 34 6 3C 51 46
Octal 357 360 163 0 0 64 6 74 121 106
Binary 11101111 11110000 1110011 0 0 110100 110 111100 1010001 1000110

Color Harmonies of #EFF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF073

Black with #EFF073

Text Example


Text Example

White with #EFF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF073; }

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

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

background-color css

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

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

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

border-color css

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

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

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