Html Css Color HEX #EAF851 Paris Daisy

📋 copy color: '#EAF851'

red 234 ◦ green 248 ◦ blue 81

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

Shades of Paris Daisy #EAF851

Tints of Paris Daisy #EAF851

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.05%

 BLUE value IS 81 (32.03% from 255) = 14.39%

R = 41.56%
G = 44.05%
B = 14.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#EAF851 (or 0xEAF851) is known color: Paris Daisy. HEX triplet: EA, F8 and 51. RGB value is (234,248,81). Sum of RGB (Red+Green+Blue) = 234+248+81=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 81 (32.03% from 255 or 14.39% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF851 is #1507AE. Grayscale: #E1E1E1. Windows color (decimal): -1378223 or 5372138. OLE color: 5372138.

HSL color Cylindrical-coordinate representation of color #EAF851: hue angle of 65.03º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAF851 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 81 -
CMYK 0.06 0 0.67 0.03
HSL 65.03º 0.92% 0.65% -
HSV(B) 65.03º 0.67% 0.97% -
XYZ 68.98 85.22 20.6 -
YUV 224.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 234 248 81 0.06 0 0.67 0.03 65.03 0.92 0.65
Hex EA F8 51 6 0 43 3 41 5C 41
Octal 352 370 121 6 0 103 3 101 134 101
Binary 11101010 11111000 1010001 110 0 1000011 11 1000001 1011100 1000001

Color Harmonies of #EAF851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF851

Black with #EAF851

Text Example


Text Example

White with #EAF851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF851; }

 p { color: rgb(234,248,81); }

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

background-color css

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

 a { background-color: rgb(234,248,81); }

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

border-color css

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

 span { border-color: rgb(234,248,81); }

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