Html Css Color HEX #E0F329 Pear

📋 copy color: '#E0F329'

red 224 ◦ green 243 ◦ blue 41

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

Shades of Pear #E0F329

Tints of Pear #E0F329

RGB

 RED value IS 224 (87.89% from 255) = 44.09%

 GREEN value IS 243 (95.31% from 255) = 47.83%

 BLUE value IS 41 (16.41% from 255) = 8.07%

R = 44.09%
G = 47.83%
B = 8.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#E0F329 (or 0xE0F329) is known color: Pear. HEX triplet: E0, F3 and 29. RGB value is (224,243,41). Sum of RGB (Red+Green+Blue) = 224+243+41=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 41 (16.41% from 255 or 8.07% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F329 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F329 is #1F0CD6. Grayscale: #D7D7D7. Windows color (decimal): -2034903 or 2749408. OLE color: 2749408.

HSL color Cylindrical-coordinate representation of color #E0F329: hue angle of 65.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0F329 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 243 41 -
CMYK 0.08 0 0.83 0.05
HSL 65.64º 0.89% 0.56% -
HSV(B) 65.64º 0.83% 0.95% -
XYZ 63.19 80.11 14.23 -
YUV 214.29 30.21 134.93 -
System Red Green Blue C M Y K H S L
Decimal 224 243 41 0.08 0 0.83 0.05 65.64 0.89 0.56
Hex E0 F3 29 8 0 53 5 42 59 38
Octal 340 363 51 10 0 123 5 102 131 70
Binary 11100000 11110011 101001 1000 0 1010011 101 1000010 1011001 111000

Color Harmonies of #E0F329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F329

Black with #E0F329

Text Example


Text Example

White with #E0F329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F329; }

 p { color: rgb(224,243,41); }

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

background-color css

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

 a { background-color: rgb(224,243,41); }

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

border-color css

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

 span { border-color: rgb(224,243,41); }

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