Html Css Color HEX #EADC0A Lemon

📋 copy color: '#EADC0A'

red 234 ◦ green 220 ◦ blue 10

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

Shades of Lemon #EADC0A

Tints of Lemon #EADC0A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

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

R = 50.43%
G = 47.41%
B = 2.16%

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

#EADC0A (or 0xEADC0A) is known color: Lemon. HEX triplet: EA, DC and 0A. RGB value is (234,220,10). Sum of RGB (Red+Green+Blue) = 234+220+10=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC0A is #1523F5. Grayscale: #C9C9C9. Windows color (decimal): -1385462 or 711914. OLE color: 711914.

HSL color Cylindrical-coordinate representation of color #EADC0A: hue angle of 56.25º 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 #EADC0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 220 10 -
CMYK 0 0.06 0.96 0.08
HSL 56.25º 0.92% 0.48% -
HSV(B) 56.25º 0.96% 0.92% -
XYZ 59.58 68.7 10.41 -
YUV 200.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 234 220 10 0 0.06 0.96 0.08 56.25 0.92 0.48
Hex EA DC A 0 6 60 8 38 5C 30
Octal 352 334 12 0 6 140 10 70 134 60
Binary 11101010 11011100 1010 0 110 1100000 1000 111000 1011100 110000

Color Harmonies of #EADC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC0A

Black with #EADC0A

Text Example


Text Example

White with #EADC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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