Html Css Color HEX #EAFD4E Paris Daisy

📋 copy color: '#EAFD4E'

red 234 ◦ green 253 ◦ blue 78

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

Shades of Paris Daisy #EAFD4E

Tints of Paris Daisy #EAFD4E

RGB

 RED value IS 234 (91.8% from 255) = 41.42%

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

 BLUE value IS 78 (30.86% from 255) = 13.81%

R = 41.42%
G = 44.78%
B = 13.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#EAFD4E (or 0xEAFD4E) is known color: Paris Daisy. HEX triplet: EA, FD and 4E. RGB value is (234,253,78). Sum of RGB (Red+Green+Blue) = 234+253+78=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 78 (30.86% from 255 or 13.81% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD4E is #1502B1. Grayscale: #E4E4E4. Windows color (decimal): -1376946 or 5176810. OLE color: 5176810.

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

Color convert

RGB 234 253 78 -
CMYK 0.08 0 0.69 0.01
HSL 66.51º 0.98% 0.65% -
HSV(B) 66.51º 0.69% 0.99% -
XYZ 70.43 88.29 20.54 -
YUV 227.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 234 253 78 0.08 0 0.69 0.01 66.51 0.98 0.65
Hex EA FD 4E 8 0 45 1 43 62 41
Octal 352 375 116 10 0 105 1 103 142 101
Binary 11101010 11111101 1001110 1000 0 1000101 1 1000011 1100010 1000001

Color Harmonies of #EAFD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD4E

Black with #EAFD4E

Text Example


Text Example

White with #EAFD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD4E; }

 p { color: rgb(234,253,78); }

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

background-color css

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

 a { background-color: rgb(234,253,78); }

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

border-color css

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

 span { border-color: rgb(234,253,78); }

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