Html Css Color HEX #EEDA13 Lemon

📋 copy color: '#EEDA13'

red 238 ◦ green 218 ◦ blue 19

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

Shades of Lemon #EEDA13

Tints of Lemon #EEDA13

RGB

 RED value IS 238 (93.36% from 255) = 50.11%

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

 BLUE value IS 19 (7.81% from 255) = 4%

R = 50.11%
G = 45.89%
B = 4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEDA13 (or 0xEEDA13) is known color: Lemon. HEX triplet: EE, DA and 13. RGB value is (238,218,19). Sum of RGB (Red+Green+Blue) = 238+218+19=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA13 is #1125EC. Grayscale: #CACACA. Windows color (decimal): -1123821 or 1301230. OLE color: 1301230.

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

Color convert

RGB 238 218 19 -
CMYK 0 0.08 0.92 0.07
HSL 54.52º 0.87% 0.5% -
HSV(B) 54.52º 0.92% 0.93% -
XYZ 60.45 68.37 10.63 -
YUV 201.29 25.13 154.18 -
System Red Green Blue C M Y K H S L
Decimal 238 218 19 0 0.08 0.92 0.07 54.52 0.87 0.5
Hex EE DA 13 0 8 5C 7 37 57 32
Octal 356 332 23 0 10 134 7 67 127 62
Binary 11101110 11011010 10011 0 1000 1011100 111 110111 1010111 110010

Color Harmonies of #EEDA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA13

Black with #EEDA13

Text Example


Text Example

White with #EEDA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA13; }

 p { color: rgb(238,218,19); }

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

background-color css

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

 a { background-color: rgb(238,218,19); }

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

border-color css

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

 span { border-color: rgb(238,218,19); }

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