Html Css Color HEX #E0EE1A Pear

📋 copy color: '#E0EE1A'

red 224 ◦ green 238 ◦ blue 26

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

Shades of Pear #E0EE1A

Tints of Pear #E0EE1A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.77%

 BLUE value IS 26 (10.55% from 255) = 5.33%

R = 45.9%
G = 48.77%
B = 5.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#E0EE1A (or 0xE0EE1A) is known color: Pear. HEX triplet: E0, EE and 1A. RGB value is (224,238,26). Sum of RGB (Red+Green+Blue) = 224+238+26=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EE1A is #1F11E5. Grayscale: #D2D2D2. Windows color (decimal): -2036198 or 1765088. OLE color: 1765088.

HSL color Cylindrical-coordinate representation of color #E0EE1A: hue angle of 63.96º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0EE1A is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 238 26 -
CMYK 0.06 0 0.89 0.07
HSL 63.96º 0.86% 0.52% -
HSV(B) 63.96º 0.89% 0.93% -
XYZ 61.5 77.07 12.61 -
YUV 209.65 24.36 138.24 -
System Red Green Blue C M Y K H S L
Decimal 224 238 26 0.06 0 0.89 0.07 63.96 0.86 0.52
Hex E0 EE 1A 6 0 59 7 40 56 34
Octal 340 356 32 6 0 131 7 100 126 64
Binary 11100000 11101110 11010 110 0 1011001 111 1000000 1010110 110100

Color Harmonies of #E0EE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EE1A

Black with #E0EE1A

Text Example


Text Example

White with #E0EE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EE1A; }

 p { color: rgb(224,238,26); }

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

background-color css

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

 a { background-color: rgb(224,238,26); }

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

border-color css

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

 span { border-color: rgb(224,238,26); }

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