Html Css Color HEX #EAF946 Paris Daisy

📋 copy color: '#EAF946'

red 234 ◦ green 249 ◦ blue 70

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

Shades of Paris Daisy #EAF946

Tints of Paris Daisy #EAF946

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

 BLUE value IS 70 (27.73% from 255) = 12.66%

R = 42.31%
G = 45.03%
B = 12.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#EAF946 (or 0xEAF946) is known color: Paris Daisy. HEX triplet: EA, F9 and 46. RGB value is (234,249,70). Sum of RGB (Red+Green+Blue) = 234+249+70=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 70 (27.73% from 255 or 12.66% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF946 is #1506B9. Grayscale: #E0E0E0. Windows color (decimal): -1377978 or 4651498. OLE color: 4651498.

HSL color Cylindrical-coordinate representation of color #EAF946: hue angle of 65.03º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAF946 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 70 -
CMYK 0.06 0 0.72 0.02
HSL 65.03º 0.94% 0.63% -
HSV(B) 65.03º 0.72% 0.98% -
XYZ 68.91 85.69 18.7 -
YUV 224.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 234 249 70 0.06 0 0.72 0.02 65.03 0.94 0.63
Hex EA F9 46 6 0 48 2 41 5E 3F
Octal 352 371 106 6 0 110 2 101 136 77
Binary 11101010 11111001 1000110 110 0 1001000 10 1000001 1011110 111111

Color Harmonies of #EAF946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF946

Black with #EAF946

Text Example


Text Example

White with #EAF946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF946; }

 p { color: rgb(234,249,70); }

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

background-color css

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

 a { background-color: rgb(234,249,70); }

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

border-color css

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

 span { border-color: rgb(234,249,70); }

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