Html Css Color HEX #EADD12 Lemon

📋 copy color: '#EADD12'

red 234 ◦ green 221 ◦ blue 18

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

Shades of Lemon #EADD12

Tints of Lemon #EADD12

RGB

 RED value IS 234 (91.8% from 255) = 49.47%

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

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

R = 49.47%
G = 46.72%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EADD12 (or 0xEADD12) is known color: Lemon. HEX triplet: EA, DD and 12. RGB value is (234,221,18). Sum of RGB (Red+Green+Blue) = 234+221+18=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD12 is #1522ED. Grayscale: #CACACA. Windows color (decimal): -1385198 or 1236458. OLE color: 1236458.

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

Color convert

RGB 234 221 18 -
CMYK 0 0.06 0.92 0.08
HSL 56.39º 0.86% 0.49% -
HSV(B) 56.39º 0.92% 0.92% -
XYZ 59.9 69.25 10.78 -
YUV 201.75 24.31 151.01 -
System Red Green Blue C M Y K H S L
Decimal 234 221 18 0 0.06 0.92 0.08 56.39 0.86 0.49
Hex EA DD 12 0 6 5C 8 38 56 31
Octal 352 335 22 0 6 134 10 70 126 61
Binary 11101010 11011101 10010 0 110 1011100 1000 111000 1010110 110001

Color Harmonies of #EADD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD12

Black with #EADD12

Text Example


Text Example

White with #EADD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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