Html Css Color HEX #EAFE4F Paris Daisy

📋 copy color: '#EAFE4F'

red 234 ◦ green 254 ◦ blue 79

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

Shades of Paris Daisy #EAFE4F

Tints of Paris Daisy #EAFE4F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.8%

 BLUE value IS 79 (31.25% from 255) = 13.93%

R = 41.27%
G = 44.8%
B = 13.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#EAFE4F (or 0xEAFE4F) is known color: Paris Daisy. HEX triplet: EA, FE and 4F. RGB value is (234,254,79). Sum of RGB (Red+Green+Blue) = 234+254+79=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 79 (31.25% from 255 or 13.93% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFE4F is #1501B0. Grayscale: #E4E4E4. Windows color (decimal): -1376689 or 5242602. OLE color: 5242602.

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

Color convert

RGB 234 254 79 -
CMYK 0.08 0 0.69 0.00
HSL 66.86º 0.99% 0.65% -
HSV(B) 66.86º 0.69% 1% -
XYZ 70.78 88.94 20.83 -
YUV 228.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 234 254 79 0.08 0 0.69 0.00 66.86 0.99 0.65
Hex EA FE 4F 8 0 45 0 43 63 41
Octal 352 376 117 10 0 105 0 103 143 101
Binary 11101010 11111110 1001111 1000 0 1000101 0 1000011 1100011 1000001

Color Harmonies of #EAFE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE4F

Black with #EAFE4F

Text Example


Text Example

White with #EAFE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE4F; }

 p { color: rgb(234,254,79); }

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

background-color css

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

 a { background-color: rgb(234,254,79); }

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

border-color css

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

 span { border-color: rgb(234,254,79); }

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