#E0F425

Color #E0F425 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E0F425

Tints of Pear #E0F425

Color information

#E0F425 (or 0xE0F425) is unknown color: approx Pear. HEX triplet: E0, F4 and 25. RGB value is (224,244,37). Sum of RGB (Red+Green+Blue) = 224+244+37=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F425 is #1F0BDA. Grayscale: #D7D7D7. Windows color (decimal): -2034651 or 2487520. OLE color: 2487520.

HSL color Cylindrical-coordinate representation of color #E0F425: hue angle of 65.8º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0F425 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB22424437-
CMYK0.0800.850.04
HSL65.8º90.39%55.1%-
HSV(B)65.8º84.84%95.69%-
XYZ63.4380.6813.98-
YUV214.4227.87134.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 244 (95.70% from 255) = 48.32%
BLUE value IS 37 (14.84% from 255) = 7.33%
R=44.36%
G=48.32%
B=7.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224244370.0800.850.0465.890.3955.1
HexE0F42580554425a37
Octal34036445100125410213267
Binary111000001111010010010110000101010110010000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F425; }

 p { color: rgb(224,244,37); }

 H1.HeaderClassName
 {
   color: #E0F425;
 }
 .AnyTagClassName
 {
   color: #E0F425;
 }
</style>
background-color css

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

 a { background-color: rgb(224,244,37); }

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

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

 span { border-color: rgb(224,244,37); }

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