Html Css Color HEX #EEFD4A Paris Daisy

📋 copy color: '#EEFD4A'

red 238 ◦ green 253 ◦ blue 74

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

Shades of Paris Daisy #EEFD4A

Tints of Paris Daisy #EEFD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.1%

R = 42.12%
G = 44.78%
B = 13.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#EEFD4A (or 0xEEFD4A) is known color: Paris Daisy. HEX triplet: EE, FD and 4A. RGB value is (238,253,74). Sum of RGB (Red+Green+Blue) = 238+253+74=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD4A is #1102B5. Grayscale: #E4E4E4. Windows color (decimal): -1114806 or 4914670. OLE color: 4914670.

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

Color convert

RGB 238 253 74 -
CMYK 0.06 0 0.71 0.01
HSL 65.03º 0.98% 0.64% -
HSV(B) 65.03º 0.71% 0.99% -
XYZ 71.62 88.92 19.87 -
YUV 228.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 238 253 74 0.06 0 0.71 0.01 65.03 0.98 0.64
Hex EE FD 4A 6 0 47 1 41 62 40
Octal 356 375 112 6 0 107 1 101 142 100
Binary 11101110 11111101 1001010 110 0 1000111 1 1000001 1100010 1000000

Color Harmonies of #EEFD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFD4A

Black with #EEFD4A

Text Example


Text Example

White with #EEFD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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