Html Css Color HEX #E0F01C Pear

📋 copy color: '#E0F01C'

red 224 ◦ green 240 ◦ blue 28

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

Shades of Pear #E0F01C

Tints of Pear #E0F01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

 BLUE value IS 28 (11.33% from 255) = 5.69%

R = 45.53%
G = 48.78%
B = 5.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#E0F01C (or 0xE0F01C) is known color: Pear. HEX triplet: E0, F0 and 1C. RGB value is (224,240,28). Sum of RGB (Red+Green+Blue) = 224+240+28=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F01C is #1F0FE3. Grayscale: #D3D3D3. Windows color (decimal): -2035684 or 1896672. OLE color: 1896672.

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

Color convert

RGB 224 240 28 -
CMYK 0.07 0 0.88 0.06
HSL 64.53º 0.88% 0.53% -
HSV(B) 64.53º 0.88% 0.94% -
XYZ 62.11 78.25 12.93 -
YUV 211.05 24.7 137.24 -
System Red Green Blue C M Y K H S L
Decimal 224 240 28 0.07 0 0.88 0.06 64.53 0.88 0.53
Hex E0 F0 1C 7 0 58 6 41 58 35
Octal 340 360 34 7 0 130 6 101 130 65
Binary 11100000 11110000 11100 111 0 1011000 110 1000001 1011000 110101

Color Harmonies of #E0F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F01C

Black with #E0F01C

Text Example


Text Example

White with #E0F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F01C; }

 p { color: rgb(224,240,28); }

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

background-color css

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

 a { background-color: rgb(224,240,28); }

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

border-color css

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

 span { border-color: rgb(224,240,28); }

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