Html Css Color HEX #EAFF42 Paris Daisy

📋 copy color: '#EAFF42'

red 234 ◦ green 255 ◦ blue 66

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

Shades of Paris Daisy #EAFF42

Tints of Paris Daisy #EAFF42

RGB

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

 GREEN value IS 255 (100% from 255) = 45.95%

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

R = 42.16%
G = 45.95%
B = 11.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#EAFF42 (or 0xEAFF42) is known color: Paris Daisy. HEX triplet: EA, FF and 42. RGB value is (234,255,66). Sum of RGB (Red+Green+Blue) = 234+255+66=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 66 (26.17% from 255 or 11.89% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF42 is #1500BD. Grayscale: #E3E3E3. Windows color (decimal): -1376446 or 4390890. OLE color: 4390890.

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

Color convert

RGB 234 255 66 -
CMYK 0.08 0 0.74 0
HSL 66.67º 1% 0.63% -
HSV(B) 66.67º 0.74% 1% -
XYZ 70.68 89.41 18.69 -
YUV 227.18 37.04 132.87 -
System Red Green Blue C M Y K H S L
Decimal 234 255 66 0.08 0 0.74 0 66.67 1 0.63
Hex EA FF 42 8 0 4A 0 43 64 3F
Octal 352 377 102 10 0 112 0 103 144 77
Binary 11101010 11111111 1000010 1000 0 1001010 0 1000011 1100100 111111

Color Harmonies of #EAFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF42

Black with #EAFF42

Text Example


Text Example

White with #EAFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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