Html Css Color HEX #EAFA44 Paris Daisy

📋 copy color: '#EAFA44'

red 234 ◦ green 250 ◦ blue 68

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

Shades of Paris Daisy #EAFA44

Tints of Paris Daisy #EAFA44

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

 BLUE value IS 68 (26.95% from 255) = 12.32%

R = 42.39%
G = 45.29%
B = 12.32%

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

#EAFA44 (or 0xEAFA44) is known color: Paris Daisy. HEX triplet: EA, FA and 44. RGB value is (234,250,68). Sum of RGB (Red+Green+Blue) = 234+250+68=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 68 (26.95% from 255 or 12.32% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFA44 is #1505BB. Grayscale: #E1E1E1. Windows color (decimal): -1377724 or 4520682. OLE color: 4520682.

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

Color convert

RGB 234 250 68 -
CMYK 0.06 0 0.73 0.02
HSL 65.27º 0.95% 0.62% -
HSV(B) 65.27º 0.73% 0.98% -
XYZ 69.16 86.28 18.48 -
YUV 224.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 234 250 68 0.06 0 0.73 0.02 65.27 0.95 0.62
Hex EA FA 44 6 0 49 2 41 5F 3E
Octal 352 372 104 6 0 111 2 101 137 76
Binary 11101010 11111010 1000100 110 0 1001001 10 1000001 1011111 111110

Color Harmonies of #EAFA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFA44

Black with #EAFA44

Text Example


Text Example

White with #EAFA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFA44; }

 p { color: rgb(234,250,68); }

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

background-color css

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

 a { background-color: rgb(234,250,68); }

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

border-color css

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

 span { border-color: rgb(234,250,68); }

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