Html Css Color HEX #EAF950 Paris Daisy

📋 copy color: '#EAF950'

red 234 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #EAF950

Tints of Paris Daisy #EAF950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.23%

 BLUE value IS 80 (31.64% from 255) = 14.21%

R = 41.56%
G = 44.23%
B = 14.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#EAF950 (or 0xEAF950) is known color: Paris Daisy. HEX triplet: EA, F9 and 50. RGB value is (234,249,80). Sum of RGB (Red+Green+Blue) = 234+249+80=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 80 (31.64% from 255 or 14.21% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF950 is #1506AF. Grayscale: #E1E1E1. Windows color (decimal): -1377968 or 5306858. OLE color: 5306858.

HSL color Cylindrical-coordinate representation of color #EAF950: hue angle of 65.33º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF950 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 80 -
CMYK 0.06 0 0.68 0.02
HSL 65.33º 0.93% 0.65% -
HSV(B) 65.33º 0.68% 0.98% -
XYZ 69.26 85.82 20.5 -
YUV 225.25 46.03 134.24 -
System Red Green Blue C M Y K H S L
Decimal 234 249 80 0.06 0 0.68 0.02 65.33 0.93 0.65
Hex EA F9 50 6 0 44 2 41 5D 41
Octal 352 371 120 6 0 104 2 101 135 101
Binary 11101010 11111001 1010000 110 0 1000100 10 1000001 1011101 1000001

Color Harmonies of #EAF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF950

Black with #EAF950

Text Example


Text Example

White with #EAF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF950; }

 p { color: rgb(234,249,80); }

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

background-color css

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

 a { background-color: rgb(234,249,80); }

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

border-color css

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

 span { border-color: rgb(234,249,80); }

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