Html Css Color HEX #EAF14A Paris Daisy

📋 copy color: '#EAF14A'

red 234 ◦ green 241 ◦ blue 74

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

Shades of Paris Daisy #EAF14A

Tints of Paris Daisy #EAF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.9%

 BLUE value IS 74 (29.3% from 255) = 13.48%

R = 42.62%
G = 43.9%
B = 13.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#EAF14A (or 0xEAF14A) is known color: Paris Daisy. HEX triplet: EA, F1 and 4A. RGB value is (234,241,74). Sum of RGB (Red+Green+Blue) = 234+241+74=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF14A is #150EB5. Grayscale: #DCDCDC. Windows color (decimal): -1380022 or 4911594. OLE color: 4911594.

HSL color Cylindrical-coordinate representation of color #EAF14A: hue angle of 62.51º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF14A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 74 -
CMYK 0.03 0 0.69 0.05
HSL 62.51º 0.86% 0.62% -
HSV(B) 62.51º 0.69% 0.95% -
XYZ 66.62 80.9 18.58 -
YUV 219.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 234 241 74 0.03 0 0.69 0.05 62.51 0.86 0.62
Hex EA F1 4A 3 0 45 5 3F 56 3E
Octal 352 361 112 3 0 105 5 77 126 76
Binary 11101010 11110001 1001010 11 0 1000101 101 111111 1010110 111110

Color Harmonies of #EAF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF14A

Black with #EAF14A

Text Example


Text Example

White with #EAF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF14A; }

 p { color: rgb(234,241,74); }

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

background-color css

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

 a { background-color: rgb(234,241,74); }

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

border-color css

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

 span { border-color: rgb(234,241,74); }

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