Html Css Color HEX #E5DD0C Lemon

📋 copy color: '#E5DD0C'

red 229 ◦ green 221 ◦ blue 12

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

Shades of Lemon #E5DD0C

Tints of Lemon #E5DD0C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 12 (5.08% from 255) = 2.6%

R = 49.57%
G = 47.84%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5DD0C (or 0xE5DD0C) is known color: Lemon. HEX triplet: E5, DD and 0C. RGB value is (229,221,12). Sum of RGB (Red+Green+Blue) = 229+221+12=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DD0C is #1A22F3. Grayscale: #C8C8C8. Windows color (decimal): -1712884 or 843237. OLE color: 843237.

HSL color Cylindrical-coordinate representation of color #E5DD0C: hue angle of 57.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5DD0C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 12 -
CMYK 0 0.03 0.95 0.10
HSL 57.79º 0.9% 0.47% -
HSV(B) 57.79º 0.95% 0.9% -
XYZ 58.24 68.4 10.48 -
YUV 199.57 22.15 148.99 -
System Red Green Blue C M Y K H S L
Decimal 229 221 12 0 0.03 0.95 0.10 57.79 0.9 0.47
Hex E5 DD C 0 3 5F A 3A 5A 2F
Octal 345 335 14 0 3 137 12 72 132 57
Binary 11100101 11011101 1100 0 11 1011111 1010 111010 1011010 101111

Color Harmonies of #E5DD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD0C

Black with #E5DD0C

Text Example


Text Example

White with #E5DD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD0C; }

 p { color: rgb(229,221,12); }

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

background-color css

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

 a { background-color: rgb(229,221,12); }

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

border-color css

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

 span { border-color: rgb(229,221,12); }

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