Html Css Color HEX #EAF942 Paris Daisy

📋 copy color: '#EAF942'

red 234 ◦ green 249 ◦ blue 66

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

Shades of Paris Daisy #EAF942

Tints of Paris Daisy #EAF942

RGB

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

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

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

R = 42.62%
G = 45.36%
B = 12.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#EAF942 (or 0xEAF942) is known color: Paris Daisy. HEX triplet: EA, F9 and 42. RGB value is (234,249,66). Sum of RGB (Red+Green+Blue) = 234+249+66=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF942 is #1506BD. Grayscale: #E0E0E0. Windows color (decimal): -1377982 or 4389354. OLE color: 4389354.

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

Color convert

RGB 234 249 66 -
CMYK 0.06 0 0.73 0.02
HSL 64.92º 0.94% 0.62% -
HSV(B) 64.92º 0.73% 0.98% -
XYZ 68.79 85.64 18.06 -
YUV 223.65 39.03 135.38 -
System Red Green Blue C M Y K H S L
Decimal 234 249 66 0.06 0 0.73 0.02 64.92 0.94 0.62
Hex EA F9 42 6 0 49 2 41 5E 3E
Octal 352 371 102 6 0 111 2 101 136 76
Binary 11101010 11111001 1000010 110 0 1001001 10 1000001 1011110 111110

Color Harmonies of #EAF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF942

Black with #EAF942

Text Example


Text Example

White with #EAF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF942; }

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

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

background-color css

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

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

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

border-color css

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

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

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