Html Css Color HEX #E9F950 Paris Daisy

📋 copy color: '#E9F950'

red 233 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #E9F950

Tints of Paris Daisy #E9F950

RGB

 RED value IS 233 (91.41% from 255) = 41.46%

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

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

R = 41.46%
G = 44.31%
B = 14.23%

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

#E9F950 (or 0xE9F950) is known color: Paris Daisy. HEX triplet: E9, F9 and 50. RGB value is (233,249,80). Sum of RGB (Red+Green+Blue) = 233+249+80=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9F950 is #1606AF. Grayscale: #E1E1E1. Windows color (decimal): -1443504 or 5306857. OLE color: 5306857.

HSL color Cylindrical-coordinate representation of color #E9F950: hue angle of 65.68º 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 #E9F950 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 249 80 -
CMYK 0.06 0 0.68 0.02
HSL 65.68º 0.93% 0.65% -
HSV(B) 65.68º 0.68% 0.98% -
XYZ 68.93 85.65 20.49 -
YUV 224.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 233 249 80 0.06 0 0.68 0.02 65.68 0.93 0.65
Hex E9 F9 50 6 0 44 2 42 5D 41
Octal 351 371 120 6 0 104 2 102 135 101
Binary 11101001 11111001 1010000 110 0 1000100 10 1000010 1011101 1000001

Color Harmonies of #E9F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F950

Black with #E9F950

Text Example


Text Example

White with #E9F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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