Html Css Color HEX #E4DD0C Lemon

📋 copy color: '#E4DD0C'

red 228 ◦ green 221 ◦ blue 12

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

Shades of Lemon #E4DD0C

Tints of Lemon #E4DD0C

RGB

 RED value IS 228 (89.45% from 255) = 49.46%

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

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

R = 49.46%
G = 47.94%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4DD0C (or 0xE4DD0C) is known color: Lemon. HEX triplet: E4, DD and 0C. RGB value is (228,221,12). Sum of RGB (Red+Green+Blue) = 228+221+12=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DD0C is #1B22F3. Grayscale: #C8C8C8. Windows color (decimal): -1778420 or 843236. OLE color: 843236.

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

Color convert

RGB 228 221 12 -
CMYK 0 0.03 0.95 0.11
HSL 58.06º 0.9% 0.47% -
HSV(B) 58.06º 0.95% 0.89% -
XYZ 57.92 68.23 10.47 -
YUV 199.27 22.32 148.49 -
System Red Green Blue C M Y K H S L
Decimal 228 221 12 0 0.03 0.95 0.11 58.06 0.9 0.47
Hex E4 DD C 0 3 5F B 3A 5A 2F
Octal 344 335 14 0 3 137 13 72 132 57
Binary 11100100 11011101 1100 0 11 1011111 1011 111010 1011010 101111

Color Harmonies of #E4DD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DD0C

Black with #E4DD0C

Text Example


Text Example

White with #E4DD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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