Html Css Color HEX #EAF948 Paris Daisy

📋 copy color: '#EAF948'

red 234 ◦ green 249 ◦ blue 72

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

Shades of Paris Daisy #EAF948

Tints of Paris Daisy #EAF948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.97%

R = 42.16%
G = 44.86%
B = 12.97%

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

#EAF948 (or 0xEAF948) is known color: Paris Daisy. HEX triplet: EA, F9 and 48. RGB value is (234,249,72). Sum of RGB (Red+Green+Blue) = 234+249+72=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 72 (28.52% from 255 or 12.97% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF948 is #1506B7. Grayscale: #E1E1E1. Windows color (decimal): -1377976 or 4782570. OLE color: 4782570.

HSL color Cylindrical-coordinate representation of color #EAF948: hue angle of 65.08º 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 #EAF948 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 72 -
CMYK 0.06 0 0.71 0.02
HSL 65.08º 0.94% 0.63% -
HSV(B) 65.08º 0.71% 0.98% -
XYZ 68.98 85.71 19.04 -
YUV 224.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 234 249 72 0.06 0 0.71 0.02 65.08 0.94 0.63
Hex EA F9 48 6 0 47 2 41 5E 3F
Octal 352 371 110 6 0 107 2 101 136 77
Binary 11101010 11111001 1001000 110 0 1000111 10 1000001 1011110 111111

Color Harmonies of #EAF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF948

Black with #EAF948

Text Example


Text Example

White with #EAF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF948; }

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

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

background-color css

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

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

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

border-color css

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

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

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