Html Css Color HEX #EAFF41 Paris Daisy

📋 copy color: '#EAFF41'

red 234 ◦ green 255 ◦ blue 65

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

Shades of Paris Daisy #EAFF41

Tints of Paris Daisy #EAFF41

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 65 (25.78% from 255) = 11.73%

R = 42.24%
G = 46.03%
B = 11.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#EAFF41 (or 0xEAFF41) is known color: Paris Daisy. HEX triplet: EA, FF and 41. RGB value is (234,255,65). Sum of RGB (Red+Green+Blue) = 234+255+65=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 65 (25.78% from 255 or 11.73% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF41 is #1500BE. Grayscale: #E3E3E3. Windows color (decimal): -1376447 or 4325354. OLE color: 4325354.

HSL color Cylindrical-coordinate representation of color #EAFF41: hue angle of 66.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAFF41 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 65 -
CMYK 0.08 0 0.75 0
HSL 66.63º 1% 0.63% -
HSV(B) 66.63º 0.75% 1% -
XYZ 70.65 89.39 18.53 -
YUV 227.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 234 255 65 0.08 0 0.75 0 66.63 1 0.63
Hex EA FF 41 8 0 4B 0 43 64 3F
Octal 352 377 101 10 0 113 0 103 144 77
Binary 11101010 11111111 1000001 1000 0 1001011 0 1000011 1100100 111111

Color Harmonies of #EAFF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF41

Black with #EAFF41

Text Example


Text Example

White with #EAFF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF41; }

 p { color: rgb(234,255,65); }

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

background-color css

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

 a { background-color: rgb(234,255,65); }

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

border-color css

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

 span { border-color: rgb(234,255,65); }

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