Html Css Color HEX #EADD0A Lemon

📋 copy color: '#EADD0A'

red 234 ◦ green 221 ◦ blue 10

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

Shades of Lemon #EADD0A

Tints of Lemon #EADD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 50.32%
G = 47.53%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EADD0A (or 0xEADD0A) is known color: Lemon. HEX triplet: EA, DD and 0A. RGB value is (234,221,10). Sum of RGB (Red+Green+Blue) = 234+221+10=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD0A is #1522F5. Grayscale: #C9C9C9. Windows color (decimal): -1385206 or 712170. OLE color: 712170.

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

Color convert

RGB 234 221 10 -
CMYK 0 0.06 0.96 0.08
HSL 56.52º 0.92% 0.48% -
HSV(B) 56.52º 0.96% 0.92% -
XYZ 59.84 69.23 10.5 -
YUV 200.83 20.31 151.66 -
System Red Green Blue C M Y K H S L
Decimal 234 221 10 0 0.06 0.96 0.08 56.52 0.92 0.48
Hex EA DD A 0 6 60 8 39 5C 30
Octal 352 335 12 0 6 140 10 71 134 60
Binary 11101010 11011101 1010 0 110 1100000 1000 111001 1011100 110000

Color Harmonies of #EADD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD0A

Black with #EADD0A

Text Example


Text Example

White with #EADD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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