Html Css Color HEX #E0EF1E Pear

📋 copy color: '#E0EF1E'

red 224 ◦ green 239 ◦ blue 30

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

Shades of Pear #E0EF1E

Tints of Pear #E0EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.48%

 BLUE value IS 30 (12.11% from 255) = 6.09%

R = 45.44%
G = 48.48%
B = 6.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#E0EF1E (or 0xE0EF1E) is known color: Pear. HEX triplet: E0, EF and 1E. RGB value is (224,239,30). Sum of RGB (Red+Green+Blue) = 224+239+30=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF1E is #1F10E1. Grayscale: #D3D3D3. Windows color (decimal): -2035938 or 2027488. OLE color: 2027488.

HSL color Cylindrical-coordinate representation of color #E0EF1E: hue angle of 64.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0EF1E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 239 30 -
CMYK 0.06 0 0.87 0.06
HSL 64.31º 0.87% 0.53% -
HSV(B) 64.31º 0.87% 0.94% -
XYZ 61.84 77.67 12.96 -
YUV 210.69 26.03 137.49 -
System Red Green Blue C M Y K H S L
Decimal 224 239 30 0.06 0 0.87 0.06 64.31 0.87 0.53
Hex E0 EF 1E 6 0 57 6 40 57 35
Octal 340 357 36 6 0 127 6 100 127 65
Binary 11100000 11101111 11110 110 0 1010111 110 1000000 1010111 110101

Color Harmonies of #E0EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EF1E

Black with #E0EF1E

Text Example


Text Example

White with #E0EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EF1E; }

 p { color: rgb(224,239,30); }

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

background-color css

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

 a { background-color: rgb(224,239,30); }

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

border-color css

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

 span { border-color: rgb(224,239,30); }

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