Html Css Color HEX #EAFB50 Paris Daisy

📋 copy color: '#EAFB50'

red 234 ◦ green 251 ◦ blue 80

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

Shades of Paris Daisy #EAFB50

Tints of Paris Daisy #EAFB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.16%

R = 41.42%
G = 44.42%
B = 14.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#EAFB50 (or 0xEAFB50) is known color: Paris Daisy. HEX triplet: EA, FB and 50. RGB value is (234,251,80). Sum of RGB (Red+Green+Blue) = 234+251+80=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFB50 is #1504AF. Grayscale: #E3E3E3. Windows color (decimal): -1377456 or 5307370. OLE color: 5307370.

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

Color convert

RGB 234 251 80 -
CMYK 0.07 0 0.68 0.02
HSL 65.96º 0.96% 0.65% -
HSV(B) 65.96º 0.68% 0.98% -
XYZ 69.88 87.07 20.71 -
YUV 226.42 45.37 133.4 -
System Red Green Blue C M Y K H S L
Decimal 234 251 80 0.07 0 0.68 0.02 65.96 0.96 0.65
Hex EA FB 50 7 0 44 2 42 60 41
Octal 352 373 120 7 0 104 2 102 140 101
Binary 11101010 11111011 1010000 111 0 1000100 10 1000010 1100000 1000001

Color Harmonies of #EAFB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFB50

Black with #EAFB50

Text Example


Text Example

White with #EAFB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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