Html Css Color HEX #EAFD42 Paris Daisy

📋 copy color: '#EAFD42'

red 234 ◦ green 253 ◦ blue 66

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

Shades of Paris Daisy #EAFD42

Tints of Paris Daisy #EAFD42

RGB

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

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

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

R = 42.31%
G = 45.75%
B = 11.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#EAFD42 (or 0xEAFD42) is known color: Paris Daisy. HEX triplet: EA, FD and 42. RGB value is (234,253,66). Sum of RGB (Red+Green+Blue) = 234+253+66=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD42 is #1502BD. Grayscale: #E2E2E2. Windows color (decimal): -1376958 or 4390378. OLE color: 4390378.

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

Color convert

RGB 234 253 66 -
CMYK 0.08 0 0.74 0.01
HSL 66.1º 0.98% 0.63% -
HSV(B) 66.1º 0.74% 0.99% -
XYZ 70.04 88.14 18.47 -
YUV 226 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 234 253 66 0.08 0 0.74 0.01 66.1 0.98 0.63
Hex EA FD 42 8 0 4A 1 42 62 3F
Octal 352 375 102 10 0 112 1 102 142 77
Binary 11101010 11111101 1000010 1000 0 1001010 1 1000010 1100010 111111

Color Harmonies of #EAFD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD42

Black with #EAFD42

Text Example


Text Example

White with #EAFD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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