Html Css Color HEX #EAF84E Paris Daisy

📋 copy color: '#EAF84E'

red 234 ◦ green 248 ◦ blue 78

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

Shades of Paris Daisy #EAF84E

Tints of Paris Daisy #EAF84E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.29%

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

R = 41.79%
G = 44.29%
B = 13.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#EAF84E (or 0xEAF84E) is known color: Paris Daisy. HEX triplet: EA, F8 and 4E. RGB value is (234,248,78). Sum of RGB (Red+Green+Blue) = 234+248+78=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 78 (30.86% from 255 or 13.93% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF84E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF84E is #1507B1. Grayscale: #E1E1E1. Windows color (decimal): -1378226 or 5175530. OLE color: 5175530.

HSL color Cylindrical-coordinate representation of color #EAF84E: hue angle of 64.94º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF84E is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 78 -
CMYK 0.06 0 0.69 0.03
HSL 64.94º 0.92% 0.64% -
HSV(B) 64.94º 0.69% 0.97% -
XYZ 68.87 85.18 20.02 -
YUV 224.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 234 248 78 0.06 0 0.69 0.03 64.94 0.92 0.64
Hex EA F8 4E 6 0 45 3 41 5C 40
Octal 352 370 116 6 0 105 3 101 134 100
Binary 11101010 11111000 1001110 110 0 1000101 11 1000001 1011100 1000000

Color Harmonies of #EAF84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF84E

Black with #EAF84E

Text Example


Text Example

White with #EAF84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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