Html Css Color HEX #EAF64A Paris Daisy

📋 copy color: '#EAF64A'

red 234 ◦ green 246 ◦ blue 74

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

Shades of Paris Daisy #EAF64A

Tints of Paris Daisy #EAF64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.4%

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

R = 42.24%
G = 44.4%
B = 13.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EAF64A (or 0xEAF64A) is known color: Paris Daisy. HEX triplet: EA, F6 and 4A. RGB value is (234,246,74). Sum of RGB (Red+Green+Blue) = 234+246+74=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF64A is #1509B5. Grayscale: #DFDFDF. Windows color (decimal): -1378742 or 4912874. OLE color: 4912874.

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

Color convert

RGB 234 246 74 -
CMYK 0.05 0 0.70 0.04
HSL 64.19º 0.91% 0.63% -
HSV(B) 64.19º 0.7% 0.96% -
XYZ 68.12 83.9 19.08 -
YUV 222.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 234 246 74 0.05 0 0.70 0.04 64.19 0.91 0.63
Hex EA F6 4A 5 0 46 4 40 5B 3F
Octal 352 366 112 5 0 106 4 100 133 77
Binary 11101010 11110110 1001010 101 0 1000110 100 1000000 1011011 111111

Color Harmonies of #EAF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF64A

Black with #EAF64A

Text Example


Text Example

White with #EAF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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