Html Css Color HEX #EAF74A Paris Daisy

📋 copy color: '#EAF74A'

red 234 ◦ green 247 ◦ blue 74

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

Shades of Paris Daisy #EAF74A

Tints of Paris Daisy #EAF74A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.5%

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

R = 42.16%
G = 44.5%
B = 13.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#EAF74A (or 0xEAF74A) is known color: Paris Daisy. HEX triplet: EA, F7 and 4A. RGB value is (234,247,74). Sum of RGB (Red+Green+Blue) = 234+247+74=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 74 (29.30% from 255 or 13.33% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF74A is #1508B5. Grayscale: #E0E0E0. Windows color (decimal): -1378486 or 4913130. OLE color: 4913130.

HSL color Cylindrical-coordinate representation of color #EAF74A: hue angle of 64.51º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF74A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 74 -
CMYK 0.05 0 0.70 0.03
HSL 64.51º 0.92% 0.63% -
HSV(B) 64.51º 0.7% 0.97% -
XYZ 68.43 84.51 19.18 -
YUV 223.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 234 247 74 0.05 0 0.70 0.03 64.51 0.92 0.63
Hex EA F7 4A 5 0 46 3 41 5C 3F
Octal 352 367 112 5 0 106 3 101 134 77
Binary 11101010 11110111 1001010 101 0 1000110 11 1000001 1011100 111111

Color Harmonies of #EAF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF74A

Black with #EAF74A

Text Example


Text Example

White with #EAF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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