Html Css Color HEX #E0ED1D Pear

📋 copy color: '#E0ED1D'

red 224 ◦ green 237 ◦ blue 29

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

Shades of Pear #E0ED1D

Tints of Pear #E0ED1D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

 BLUE value IS 29 (11.72% from 255) = 5.92%

R = 45.71%
G = 48.37%
B = 5.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#E0ED1D (or 0xE0ED1D) is known color: Pear. HEX triplet: E0, ED and 1D. RGB value is (224,237,29). Sum of RGB (Red+Green+Blue) = 224+237+29=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0ED1D is #1F12E2. Grayscale: #D2D2D2. Windows color (decimal): -2036451 or 1961440. OLE color: 1961440.

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

Color convert

RGB 224 237 29 -
CMYK 0.05 0 0.88 0.07
HSL 63.75º 0.85% 0.52% -
HSV(B) 63.75º 0.88% 0.93% -
XYZ 61.25 76.5 12.7 -
YUV 209.4 26.19 138.41 -
System Red Green Blue C M Y K H S L
Decimal 224 237 29 0.05 0 0.88 0.07 63.75 0.85 0.52
Hex E0 ED 1D 5 0 58 7 40 55 34
Octal 340 355 35 5 0 130 7 100 125 64
Binary 11100000 11101101 11101 101 0 1011000 111 1000000 1010101 110100

Color Harmonies of #E0ED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ED1D

Black with #E0ED1D

Text Example


Text Example

White with #E0ED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ED1D; }

 p { color: rgb(224,237,29); }

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

background-color css

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

 a { background-color: rgb(224,237,29); }

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

border-color css

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

 span { border-color: rgb(224,237,29); }

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