Html Css Color HEX #E8DD12 Lemon

📋 copy color: '#E8DD12'

red 232 ◦ green 221 ◦ blue 18

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

Shades of Lemon #E8DD12

Tints of Lemon #E8DD12

RGB

 RED value IS 232 (91.02% from 255) = 49.26%

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

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 49.26%
G = 46.92%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E8DD12 (or 0xE8DD12) is known color: Lemon. HEX triplet: E8, DD and 12. RGB value is (232,221,18). Sum of RGB (Red+Green+Blue) = 232+221+18=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD12 is #1722ED. Grayscale: #C9C9C9. Windows color (decimal): -1516270 or 1236456. OLE color: 1236456.

HSL color Cylindrical-coordinate representation of color #E8DD12: hue angle of 56.92º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8DD12 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 221 18 -
CMYK 0 0.05 0.92 0.09
HSL 56.92º 0.86% 0.49% -
HSV(B) 56.92º 0.92% 0.91% -
XYZ 59.24 68.91 10.75 -
YUV 201.15 24.64 150.01 -
System Red Green Blue C M Y K H S L
Decimal 232 221 18 0 0.05 0.92 0.09 56.92 0.86 0.49
Hex E8 DD 12 0 5 5C 9 39 56 31
Octal 350 335 22 0 5 134 11 71 126 61
Binary 11101000 11011101 10010 0 101 1011100 1001 111001 1010110 110001

Color Harmonies of #E8DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD12

Black with #E8DD12

Text Example


Text Example

White with #E8DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD12; }

 p { color: rgb(232,221,18); }

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

background-color css

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

 a { background-color: rgb(232,221,18); }

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

border-color css

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

 span { border-color: rgb(232,221,18); }

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