Html Css Color HEX #EAFB41 Paris Daisy

📋 copy color: '#EAFB41'

red 234 ◦ green 251 ◦ blue 65

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

Shades of Paris Daisy #EAFB41

Tints of Paris Daisy #EAFB41

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.64%

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

R = 42.55%
G = 45.64%
B = 11.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#EAFB41 (or 0xEAFB41) is known color: Paris Daisy. HEX triplet: EA, FB and 41. RGB value is (234,251,65). Sum of RGB (Red+Green+Blue) = 234+251+65=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 65 (25.78% from 255 or 11.82% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFB41 is #1504BE. Grayscale: #E1E1E1. Windows color (decimal): -1377471 or 4324330. OLE color: 4324330.

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

Color convert

RGB 234 251 65 -
CMYK 0.07 0 0.74 0.02
HSL 65.48º 0.96% 0.62% -
HSV(B) 65.48º 0.74% 0.98% -
XYZ 69.38 86.87 18.11 -
YUV 224.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 234 251 65 0.07 0 0.74 0.02 65.48 0.96 0.62
Hex EA FB 41 7 0 4A 2 41 60 3E
Octal 352 373 101 7 0 112 2 101 140 76
Binary 11101010 11111011 1000001 111 0 1001010 10 1000001 1100000 111110

Color Harmonies of #EAFB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFB41

Black with #EAFB41

Text Example


Text Example

White with #EAFB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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