Html Css Color HEX #EADA11 Lemon

📋 copy color: '#EADA11'

red 234 ◦ green 218 ◦ blue 17

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

Shades of Lemon #EADA11

Tints of Lemon #EADA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 49.89%
G = 46.48%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EADA11 (or 0xEADA11) is known color: Lemon. HEX triplet: EA, DA and 11. RGB value is (234,218,17). Sum of RGB (Red+Green+Blue) = 234+218+17=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA11 is #1525EE. Grayscale: #C8C8C8. Windows color (decimal): -1385967 or 1170154. OLE color: 1170154.

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

Color convert

RGB 234 218 17 -
CMYK 0 0.07 0.93 0.08
HSL 55.58º 0.86% 0.49% -
HSV(B) 55.58º 0.93% 0.92% -
XYZ 59.1 67.68 10.48 -
YUV 199.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 234 218 17 0 0.07 0.93 0.08 55.58 0.86 0.49
Hex EA DA 11 0 7 5D 8 38 56 31
Octal 352 332 21 0 7 135 10 70 126 61
Binary 11101010 11011010 10001 0 111 1011101 1000 111000 1010110 110001

Color Harmonies of #EADA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA11

Black with #EADA11

Text Example


Text Example

White with #EADA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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