Html Css Color HEX #EAF949 Paris Daisy

📋 copy color: '#EAF949'

red 234 ◦ green 249 ◦ blue 73

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

Shades of Paris Daisy #EAF949

Tints of Paris Daisy #EAF949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.13%

R = 42.09%
G = 44.78%
B = 13.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#EAF949 (or 0xEAF949) is known color: Paris Daisy. HEX triplet: EA, F9 and 49. RGB value is (234,249,73). Sum of RGB (Red+Green+Blue) = 234+249+73=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF949 is #1506B6. Grayscale: #E1E1E1. Windows color (decimal): -1377975 or 4848106. OLE color: 4848106.

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

Color convert

RGB 234 249 73 -
CMYK 0.06 0 0.71 0.02
HSL 65.11º 0.94% 0.63% -
HSV(B) 65.11º 0.71% 0.98% -
XYZ 69.01 85.72 19.21 -
YUV 224.45 42.53 134.81 -
System Red Green Blue C M Y K H S L
Decimal 234 249 73 0.06 0 0.71 0.02 65.11 0.94 0.63
Hex EA F9 49 6 0 47 2 41 5E 3F
Octal 352 371 111 6 0 107 2 101 136 77
Binary 11101010 11111001 1001001 110 0 1000111 10 1000001 1011110 111111

Color Harmonies of #EAF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF949

Black with #EAF949

Text Example


Text Example

White with #EAF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF949; }

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

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

background-color css

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

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

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

border-color css

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

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

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