Html Css Color HEX #EAFD44 Paris Daisy

📋 copy color: '#EAFD44'

red 234 ◦ green 253 ◦ blue 68

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

Shades of Paris Daisy #EAFD44

Tints of Paris Daisy #EAFD44

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.59%

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

R = 42.16%
G = 45.59%
B = 12.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#EAFD44 (or 0xEAFD44) is known color: Paris Daisy. HEX triplet: EA, FD and 44. RGB value is (234,253,68). Sum of RGB (Red+Green+Blue) = 234+253+68=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 68 (26.95% from 255 or 12.25% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD44 is #1502BB. Grayscale: #E2E2E2. Windows color (decimal): -1376956 or 4521450. OLE color: 4521450.

HSL color Cylindrical-coordinate representation of color #EAFD44: hue angle of 66.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAFD44 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 68 -
CMYK 0.08 0 0.73 0.01
HSL 66.16º 0.98% 0.63% -
HSV(B) 66.16º 0.73% 0.99% -
XYZ 70.1 88.16 18.79 -
YUV 226.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 234 253 68 0.08 0 0.73 0.01 66.16 0.98 0.63
Hex EA FD 44 8 0 49 1 42 62 3F
Octal 352 375 104 10 0 111 1 102 142 77
Binary 11101010 11111101 1000100 1000 0 1001001 1 1000010 1100010 111111

Color Harmonies of #EAFD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD44

Black with #EAFD44

Text Example


Text Example

White with #EAFD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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