Html Css Color HEX #EFF04B Paris Daisy

📋 copy color: '#EFF04B'

red 239 ◦ green 240 ◦ blue 75

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

Shades of Paris Daisy #EFF04B

Tints of Paris Daisy #EFF04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.54%

R = 43.14%
G = 43.32%
B = 13.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFF04B (or 0xEFF04B) is known color: Paris Daisy. HEX triplet: EF, F0 and 4B. RGB value is (239,240,75). Sum of RGB (Red+Green+Blue) = 239+240+75=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF04B is #100FB4. Grayscale: #DDDDDD. Windows color (decimal): -1052597 or 4976879. OLE color: 4976879.

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

Color convert

RGB 239 240 75 -
CMYK 0.00 0 0.69 0.06
HSL 60.36º 0.85% 0.62% -
HSV(B) 60.36º 0.69% 0.94% -
XYZ 68.03 81.18 18.74 -
YUV 220.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 239 240 75 0.00 0 0.69 0.06 60.36 0.85 0.62
Hex EF F0 4B 0 0 45 6 3C 55 3E
Octal 357 360 113 0 0 105 6 74 125 76
Binary 11101111 11110000 1001011 0 0 1000101 110 111100 1010101 111110

Color Harmonies of #EFF04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF04B

Black with #EFF04B

Text Example


Text Example

White with #EFF04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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