Html Css Color HEX #EAF742 Paris Daisy

📋 copy color: '#EAF742'

red 234 ◦ green 247 ◦ blue 66

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

Shades of Paris Daisy #EAF742

Tints of Paris Daisy #EAF742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.07%

R = 42.78%
G = 45.16%
B = 12.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#EAF742 (or 0xEAF742) is known color: Paris Daisy. HEX triplet: EA, F7 and 42. RGB value is (234,247,66). Sum of RGB (Red+Green+Blue) = 234+247+66=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF742 is #1508BD. Grayscale: #DFDFDF. Windows color (decimal): -1378494 or 4388842. OLE color: 4388842.

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

Color convert

RGB 234 247 66 -
CMYK 0.05 0 0.73 0.03
HSL 64.31º 0.92% 0.61% -
HSV(B) 64.31º 0.73% 0.97% -
XYZ 68.18 84.41 17.85 -
YUV 222.48 39.69 136.22 -
System Red Green Blue C M Y K H S L
Decimal 234 247 66 0.05 0 0.73 0.03 64.31 0.92 0.61
Hex EA F7 42 5 0 49 3 40 5C 3D
Octal 352 367 102 5 0 111 3 100 134 75
Binary 11101010 11110111 1000010 101 0 1001001 11 1000000 1011100 111101

Color Harmonies of #EAF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF742

Black with #EAF742

Text Example


Text Example

White with #EAF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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