Html Css Color HEX #E1DE0D Lemon

📋 copy color: '#E1DE0D'

red 225 ◦ green 222 ◦ blue 13

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

Shades of Lemon #E1DE0D

Tints of Lemon #E1DE0D

RGB

 RED value IS 225 (88.28% from 255) = 48.91%

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 48.91%
G = 48.26%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1DE0D (or 0xE1DE0D) is known color: Lemon. HEX triplet: E1, DE and 0D. RGB value is (225,222,13). Sum of RGB (Red+Green+Blue) = 225+222+13=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DE0D is #1E21F2. Grayscale: #C7C7C7. Windows color (decimal): -1974771 or 909025. OLE color: 909025.

HSL color Cylindrical-coordinate representation of color #E1DE0D: hue angle of 59.15º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1DE0D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 222 13 -
CMYK 0 0.01 0.94 0.12
HSL 59.15º 0.89% 0.47% -
HSV(B) 59.15º 0.94% 0.88% -
XYZ 57.25 68.28 10.54 -
YUV 199.07 22.99 146.49 -
System Red Green Blue C M Y K H S L
Decimal 225 222 13 0 0.01 0.94 0.12 59.15 0.89 0.47
Hex E1 DE D 0 1 5E C 3B 59 2F
Octal 341 336 15 0 1 136 14 73 131 57
Binary 11100001 11011110 1101 0 1 1011110 1100 111011 1011001 101111

Color Harmonies of #E1DE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DE0D

Black with #E1DE0D

Text Example


Text Example

White with #E1DE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DE0D; }

 p { color: rgb(225,222,13); }

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

background-color css

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

 a { background-color: rgb(225,222,13); }

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

border-color css

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

 span { border-color: rgb(225,222,13); }

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