Html Css Color HEX #EFF042 Paris Daisy

📋 copy color: '#EFF042'

red 239 ◦ green 240 ◦ blue 66

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

Shades of Paris Daisy #EFF042

Tints of Paris Daisy #EFF042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.11%

R = 43.85%
G = 44.04%
B = 12.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFF042 (or 0xEFF042) is known color: Paris Daisy. HEX triplet: EF, F0 and 42. RGB value is (239,240,66). Sum of RGB (Red+Green+Blue) = 239+240+66=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF042 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF042 is #100FBD. Grayscale: #DCDCDC. Windows color (decimal): -1052606 or 4387055. OLE color: 4387055.

HSL color Cylindrical-coordinate representation of color #EFF042: hue angle of 60.34º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFF042 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 66 -
CMYK 0.00 0 0.72 0.06
HSL 60.34º 0.85% 0.6% -
HSV(B) 60.34º 0.73% 0.94% -
XYZ 67.74 81.06 17.23 -
YUV 219.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 239 240 66 0.00 0 0.72 0.06 60.34 0.85 0.6
Hex EF F0 42 0 0 48 6 3C 55 3C
Octal 357 360 102 0 0 110 6 74 125 74
Binary 11101111 11110000 1000010 0 0 1001000 110 111100 1010101 111100

Color Harmonies of #EFF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF042

Black with #EFF042

Text Example


Text Example

White with #EFF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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