Html Css Color HEX #EADB11 Lemon

📋 copy color: '#EADB11'

red 234 ◦ green 219 ◦ blue 17

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

Shades of Lemon #EADB11

Tints of Lemon #EADB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 49.79%
G = 46.6%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EADB11 (or 0xEADB11) is known color: Lemon. HEX triplet: EA, DB and 11. RGB value is (234,219,17). Sum of RGB (Red+Green+Blue) = 234+219+17=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB11 is #1524EE. Grayscale: #C9C9C9. Windows color (decimal): -1385711 or 1170410. OLE color: 1170410.

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

Color convert

RGB 234 219 17 -
CMYK 0 0.06 0.93 0.08
HSL 55.85º 0.86% 0.49% -
HSV(B) 55.85º 0.93% 0.92% -
XYZ 59.36 68.2 10.56 -
YUV 200.46 24.47 151.93 -
System Red Green Blue C M Y K H S L
Decimal 234 219 17 0 0.06 0.93 0.08 55.85 0.86 0.49
Hex EA DB 11 0 6 5D 8 38 56 31
Octal 352 333 21 0 6 135 10 70 126 61
Binary 11101010 11011011 10001 0 110 1011101 1000 111000 1010110 110001

Color Harmonies of #EADB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB11

Black with #EADB11

Text Example


Text Example

White with #EADB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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