Html Css Color HEX #E9F94B Paris Daisy

📋 copy color: '#E9F94B'

red 233 ◦ green 249 ◦ blue 75

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

Shades of Paris Daisy #E9F94B

Tints of Paris Daisy #E9F94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.46%

R = 41.83%
G = 44.7%
B = 13.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#E9F94B (or 0xE9F94B) is known color: Paris Daisy. HEX triplet: E9, F9 and 4B. RGB value is (233,249,75). Sum of RGB (Red+Green+Blue) = 233+249+75=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F94B is #1606B4. Grayscale: #E1E1E1. Windows color (decimal): -1443509 or 4979177. OLE color: 4979177.

HSL color Cylindrical-coordinate representation of color #E9F94B: hue angle of 65.52º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9F94B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 249 75 -
CMYK 0.06 0 0.70 0.02
HSL 65.52º 0.94% 0.64% -
HSV(B) 65.52º 0.7% 0.98% -
XYZ 68.75 85.58 19.55 -
YUV 224.38 43.7 134.15 -
System Red Green Blue C M Y K H S L
Decimal 233 249 75 0.06 0 0.70 0.02 65.52 0.94 0.64
Hex E9 F9 4B 6 0 46 2 42 5E 40
Octal 351 371 113 6 0 106 2 102 136 100
Binary 11101001 11111001 1001011 110 0 1000110 10 1000010 1011110 1000000

Color Harmonies of #E9F94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F94B

Black with #E9F94B

Text Example


Text Example

White with #E9F94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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