Html Css Color HEX #EAF246 Paris Daisy

📋 copy color: '#EAF246'

red 234 ◦ green 242 ◦ blue 70

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

Shades of Paris Daisy #EAF246

Tints of Paris Daisy #EAF246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

 BLUE value IS 70 (27.73% from 255) = 12.82%

R = 42.86%
G = 44.32%
B = 12.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EAF246 (or 0xEAF246) is known color: Paris Daisy. HEX triplet: EA, F2 and 46. RGB value is (234,242,70). Sum of RGB (Red+Green+Blue) = 234+242+70=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF246 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF246 is #150DB9. Grayscale: #DCDCDC. Windows color (decimal): -1379770 or 4649706. OLE color: 4649706.

HSL color Cylindrical-coordinate representation of color #EAF246: hue angle of 62.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAF246 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 70 -
CMYK 0.03 0 0.71 0.05
HSL 62.79º 0.87% 0.61% -
HSV(B) 62.79º 0.71% 0.95% -
XYZ 66.79 81.44 17.99 -
YUV 220 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 234 242 70 0.03 0 0.71 0.05 62.79 0.87 0.61
Hex EA F2 46 3 0 47 5 3F 57 3D
Octal 352 362 106 3 0 107 5 77 127 75
Binary 11101010 11110010 1000110 11 0 1000111 101 111111 1010111 111101

Color Harmonies of #EAF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF246

Black with #EAF246

Text Example


Text Example

White with #EAF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF246; }

 p { color: rgb(234,242,70); }

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

background-color css

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

 a { background-color: rgb(234,242,70); }

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

border-color css

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

 span { border-color: rgb(234,242,70); }

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