Html Css Color HEX #E5DA0E Lemon

📋 copy color: '#E5DA0E'

red 229 ◦ green 218 ◦ blue 14

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

Shades of Lemon #E5DA0E

Tints of Lemon #E5DA0E

RGB

 RED value IS 229 (89.84% from 255) = 49.67%

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 49.67%
G = 47.29%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5DA0E (or 0xE5DA0E) is known color: Lemon. HEX triplet: E5, DA and 0E. RGB value is (229,218,14). Sum of RGB (Red+Green+Blue) = 229+218+14=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DA0E is #1A25F1. Grayscale: #C6C6C6. Windows color (decimal): -1713650 or 973541. OLE color: 973541.

HSL color Cylindrical-coordinate representation of color #E5DA0E: hue angle of 56.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5DA0E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 14 -
CMYK 0 0.05 0.94 0.10
HSL 56.93º 0.88% 0.48% -
HSV(B) 56.93º 0.94% 0.9% -
XYZ 57.46 66.83 10.29 -
YUV 198.03 24.14 150.09 -
System Red Green Blue C M Y K H S L
Decimal 229 218 14 0 0.05 0.94 0.10 56.93 0.88 0.48
Hex E5 DA E 0 5 5E A 39 58 30
Octal 345 332 16 0 5 136 12 71 130 60
Binary 11100101 11011010 1110 0 101 1011110 1010 111001 1011000 110000

Color Harmonies of #E5DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA0E

Black with #E5DA0E

Text Example


Text Example

White with #E5DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA0E; }

 p { color: rgb(229,218,14); }

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

background-color css

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

 a { background-color: rgb(229,218,14); }

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

border-color css

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

 span { border-color: rgb(229,218,14); }

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