Html Css Color HEX #EEFA48 Paris Daisy

📋 copy color: '#EEFA48'

red 238 ◦ green 250 ◦ blue 72

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

Shades of Paris Daisy #EEFA48

Tints of Paris Daisy #EEFA48

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.64%

 BLUE value IS 72 (28.52% from 255) = 12.86%

R = 42.5%
G = 44.64%
B = 12.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#EEFA48 (or 0xEEFA48) is known color: Paris Daisy. HEX triplet: EE, FA and 48. RGB value is (238,250,72). Sum of RGB (Red+Green+Blue) = 238+250+72=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 72 (28.52% from 255 or 12.86% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA48 is #1105B7. Grayscale: #E2E2E2. Windows color (decimal): -1115576 or 4782830. OLE color: 4782830.

HSL color Cylindrical-coordinate representation of color #EEFA48: hue angle of 64.04º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEFA48 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 72 -
CMYK 0.05 0 0.71 0.02
HSL 64.04º 0.95% 0.63% -
HSV(B) 64.04º 0.71% 0.98% -
XYZ 70.62 87.02 19.2 -
YUV 226.12 41.02 136.47 -
System Red Green Blue C M Y K H S L
Decimal 238 250 72 0.05 0 0.71 0.02 64.04 0.95 0.63
Hex EE FA 48 5 0 47 2 40 5F 3F
Octal 356 372 110 5 0 107 2 100 137 77
Binary 11101110 11111010 1001000 101 0 1000111 10 1000000 1011111 111111

Color Harmonies of #EEFA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFA48

Black with #EEFA48

Text Example


Text Example

White with #EEFA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFA48; }

 p { color: rgb(238,250,72); }

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

background-color css

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

 a { background-color: rgb(238,250,72); }

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

border-color css

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

 span { border-color: rgb(238,250,72); }

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