Html Css Color HEX #EADC0D Lemon

📋 copy color: '#EADC0D'

red 234 ◦ green 220 ◦ blue 13

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

Shades of Lemon #EADC0D

Tints of Lemon #EADC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 50.11%
G = 47.11%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EADC0D (or 0xEADC0D) is known color: Lemon. HEX triplet: EA, DC and 0D. RGB value is (234,220,13). Sum of RGB (Red+Green+Blue) = 234+220+13=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC0D is #1523F2. Grayscale: #C9C9C9. Windows color (decimal): -1385459 or 908522. OLE color: 908522.

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

Color convert

RGB 234 220 13 -
CMYK 0 0.06 0.94 0.08
HSL 56.2º 0.89% 0.48% -
HSV(B) 56.2º 0.94% 0.92% -
XYZ 59.6 68.71 10.5 -
YUV 200.59 22.14 151.83 -
System Red Green Blue C M Y K H S L
Decimal 234 220 13 0 0.06 0.94 0.08 56.2 0.89 0.48
Hex EA DC D 0 6 5E 8 38 59 30
Octal 352 334 15 0 6 136 10 70 131 60
Binary 11101010 11011100 1101 0 110 1011110 1000 111000 1011001 110000

Color Harmonies of #EADC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC0D

Black with #EADC0D

Text Example


Text Example

White with #EADC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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