Html Css Color HEX #E1F63A Pear

📋 copy color: '#E1F63A'

red 225 ◦ green 246 ◦ blue 58

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

Shades of Pear #E1F63A

Tints of Pear #E1F63A

RGB

 RED value IS 225 (88.28% from 255) = 42.53%

 GREEN value IS 246 (96.48% from 255) = 46.5%

 BLUE value IS 58 (23.05% from 255) = 10.96%

R = 42.53%
G = 46.5%
B = 10.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#E1F63A (or 0xE1F63A) is known color: Pear. HEX triplet: E1, F6 and 3A. RGB value is (225,246,58). Sum of RGB (Red+Green+Blue) = 225+246+58=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F63A is #1E09C5. Grayscale: #DBDBDB. Windows color (decimal): -1968582 or 3864289. OLE color: 3864289.

HSL color Cylindrical-coordinate representation of color #E1F63A: hue angle of 66.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1F63A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 246 58 -
CMYK 0.09 0 0.76 0.04
HSL 66.7º 0.91% 0.6% -
HSV(B) 66.7º 0.76% 0.96% -
XYZ 64.77 82.22 16.46 -
YUV 218.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 225 246 58 0.09 0 0.76 0.04 66.7 0.91 0.6
Hex E1 F6 3A 9 0 4C 4 43 5B 3C
Octal 341 366 72 11 0 114 4 103 133 74
Binary 11100001 11110110 111010 1001 0 1001100 100 1000011 1011011 111100

Color Harmonies of #E1F63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F63A

Black with #E1F63A

Text Example


Text Example

White with #E1F63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F63A; }

 p { color: rgb(225,246,58); }

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

background-color css

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

 a { background-color: rgb(225,246,58); }

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

border-color css

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

 span { border-color: rgb(225,246,58); }

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