Html Css Color HEX #EADB0E Lemon

📋 copy color: '#EADB0E'

red 234 ◦ green 219 ◦ blue 14

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

Shades of Lemon #EADB0E

Tints of Lemon #EADB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 14 (5.86% from 255) = 3%

R = 50.11%
G = 46.9%
B = 3%

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

#EADB0E (or 0xEADB0E) is known color: Lemon. HEX triplet: EA, DB and 0E. RGB value is (234,219,14). Sum of RGB (Red+Green+Blue) = 234+219+14=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB0E is #1524F1. Grayscale: #C8C8C8. Windows color (decimal): -1385714 or 973802. OLE color: 973802.

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

Color convert

RGB 234 219 14 -
CMYK 0 0.06 0.94 0.08
HSL 55.91º 0.89% 0.49% -
HSV(B) 55.91º 0.94% 0.92% -
XYZ 59.34 68.19 10.45 -
YUV 200.12 22.97 152.17 -
System Red Green Blue C M Y K H S L
Decimal 234 219 14 0 0.06 0.94 0.08 55.91 0.89 0.49
Hex EA DB E 0 6 5E 8 38 59 31
Octal 352 333 16 0 6 136 10 70 131 61
Binary 11101010 11011011 1110 0 110 1011110 1000 111000 1011001 110001

Color Harmonies of #EADB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB0E

Black with #EADB0E

Text Example


Text Example

White with #EADB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB0E; }

 p { color: rgb(234,219,14); }

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

background-color css

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

 a { background-color: rgb(234,219,14); }

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

border-color css

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

 span { border-color: rgb(234,219,14); }

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