Html Css Color HEX #EAFD41 Paris Daisy

📋 copy color: '#EAFD41'

red 234 ◦ green 253 ◦ blue 65

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

Shades of Paris Daisy #EAFD41

Tints of Paris Daisy #EAFD41

RGB

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

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

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

R = 42.39%
G = 45.83%
B = 11.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#EAFD41 (or 0xEAFD41) is known color: Paris Daisy. HEX triplet: EA, FD and 41. RGB value is (234,253,65). Sum of RGB (Red+Green+Blue) = 234+253+65=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 65 (25.78% from 255 or 11.78% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD41 is #1502BE. Grayscale: #E2E2E2. Windows color (decimal): -1376959 or 4324842. OLE color: 4324842.

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

Color convert

RGB 234 253 65 -
CMYK 0.08 0 0.74 0.01
HSL 66.06º 0.98% 0.62% -
HSV(B) 66.06º 0.74% 0.99% -
XYZ 70.01 88.12 18.32 -
YUV 225.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 234 253 65 0.08 0 0.74 0.01 66.06 0.98 0.62
Hex EA FD 41 8 0 4A 1 42 62 3E
Octal 352 375 101 10 0 112 1 102 142 76
Binary 11101010 11111101 1000001 1000 0 1001010 1 1000010 1100010 111110

Color Harmonies of #EAFD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD41

Black with #EAFD41

Text Example


Text Example

White with #EAFD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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