Html Css Color HEX #E9F245 Paris Daisy

📋 copy color: '#E9F245'

red 233 ◦ green 242 ◦ blue 69

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

Shades of Paris Daisy #E9F245

Tints of Paris Daisy #E9F245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.68%

R = 42.83%
G = 44.49%
B = 12.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#E9F245 (or 0xE9F245) is known color: Paris Daisy. HEX triplet: E9, F2 and 45. RGB value is (233,242,69). Sum of RGB (Red+Green+Blue) = 233+242+69=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F245 is #160DBA. Grayscale: #DCDCDC. Windows color (decimal): -1445307 or 4584169. OLE color: 4584169.

HSL color Cylindrical-coordinate representation of color #E9F245: hue angle of 63.12º 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 #E9F245 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 242 69 -
CMYK 0.04 0 0.71 0.05
HSL 63.12º 0.87% 0.61% -
HSV(B) 63.12º 0.71% 0.95% -
XYZ 66.43 81.26 17.81 -
YUV 219.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 233 242 69 0.04 0 0.71 0.05 63.12 0.87 0.61
Hex E9 F2 45 4 0 47 5 3F 57 3D
Octal 351 362 105 4 0 107 5 77 127 75
Binary 11101001 11110010 1000101 100 0 1000111 101 111111 1010111 111101

Color Harmonies of #E9F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F245

Black with #E9F245

Text Example


Text Example

White with #E9F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F245; }

 p { color: rgb(233,242,69); }

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

background-color css

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

 a { background-color: rgb(233,242,69); }

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

border-color css

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

 span { border-color: rgb(233,242,69); }

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