Html Css Color HEX #EEFD50 Paris Daisy

📋 copy color: '#EEFD50'

red 238 ◦ green 253 ◦ blue 80

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

Shades of Paris Daisy #EEFD50

Tints of Paris Daisy #EEFD50

RGB

 RED value IS 238 (93.36% from 255) = 41.68%

 GREEN value IS 253 (99.22% from 255) = 44.31%

 BLUE value IS 80 (31.64% from 255) = 14.01%

R = 41.68%
G = 44.31%
B = 14.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#EEFD50 (or 0xEEFD50) is known color: Paris Daisy. HEX triplet: EE, FD and 50. RGB value is (238,253,80). Sum of RGB (Red+Green+Blue) = 238+253+80=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 80 (31.64% from 255 or 14.01% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFD50 is #1102AF. Grayscale: #E5E5E5. Windows color (decimal): -1114800 or 5307886. OLE color: 5307886.

HSL color Cylindrical-coordinate representation of color #EEFD50: hue angle of 65.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEFD50 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 80 -
CMYK 0.06 0 0.68 0.01
HSL 65.2º 0.98% 0.65% -
HSV(B) 65.2º 0.68% 0.99% -
XYZ 71.83 89.01 20.98 -
YUV 228.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 238 253 80 0.06 0 0.68 0.01 65.2 0.98 0.65
Hex EE FD 50 6 0 44 1 41 62 41
Octal 356 375 120 6 0 104 1 101 142 101
Binary 11101110 11111101 1010000 110 0 1000100 1 1000001 1100010 1000001

Color Harmonies of #EEFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFD50

Black with #EEFD50

Text Example


Text Example

White with #EEFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFD50; }

 p { color: rgb(238,253,80); }

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

background-color css

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

 a { background-color: rgb(238,253,80); }

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

border-color css

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

 span { border-color: rgb(238,253,80); }

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