Html Css Color HEX #EAF642 Paris Daisy

📋 copy color: '#EAF642'

red 234 ◦ green 246 ◦ blue 66

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

Shades of Paris Daisy #EAF642

Tints of Paris Daisy #EAF642

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.05%

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

R = 42.86%
G = 45.05%
B = 12.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#EAF642 (or 0xEAF642) is known color: Paris Daisy. HEX triplet: EA, F6 and 42. RGB value is (234,246,66). Sum of RGB (Red+Green+Blue) = 234+246+66=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF642 is #1509BD. Grayscale: #DEDEDE. Windows color (decimal): -1378750 or 4388586. OLE color: 4388586.

HSL color Cylindrical-coordinate representation of color #EAF642: hue angle of 64º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAF642 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 66 -
CMYK 0.05 0 0.73 0.04
HSL 64º 0.91% 0.61% -
HSV(B) 64º 0.73% 0.96% -
XYZ 67.87 83.8 17.75 -
YUV 221.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 234 246 66 0.05 0 0.73 0.04 64 0.91 0.61
Hex EA F6 42 5 0 49 4 40 5B 3D
Octal 352 366 102 5 0 111 4 100 133 75
Binary 11101010 11110110 1000010 101 0 1001001 100 1000000 1011011 111101

Color Harmonies of #EAF642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF642

Black with #EAF642

Text Example


Text Example

White with #EAF642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF642; }

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

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

background-color css

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

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

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

border-color css

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

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

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