Html Css Color HEX #EEDB12 Lemon

📋 copy color: '#EEDB12'

red 238 ◦ green 219 ◦ blue 18

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

Shades of Lemon #EEDB12

Tints of Lemon #EEDB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.79%

R = 50.11%
G = 46.11%
B = 3.79%

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

#EEDB12 (or 0xEEDB12) is known color: Lemon. HEX triplet: EE, DB and 12. RGB value is (238,219,18). Sum of RGB (Red+Green+Blue) = 238+219+18=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB12 is #1124ED. Grayscale: #CACACA. Windows color (decimal): -1123566 or 1235950. OLE color: 1235950.

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

Color convert

RGB 238 219 18 -
CMYK 0 0.08 0.92 0.07
HSL 54.82º 0.87% 0.5% -
HSV(B) 54.82º 0.92% 0.93% -
XYZ 60.7 68.88 10.67 -
YUV 201.77 24.29 153.84 -
System Red Green Blue C M Y K H S L
Decimal 238 219 18 0 0.08 0.92 0.07 54.82 0.87 0.5
Hex EE DB 12 0 8 5C 7 37 57 32
Octal 356 333 22 0 10 134 7 67 127 62
Binary 11101110 11011011 10010 0 1000 1011100 111 110111 1010111 110010

Color Harmonies of #EEDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB12

Black with #EEDB12

Text Example


Text Example

White with #EEDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB12; }

 p { color: rgb(238,219,18); }

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

background-color css

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

 a { background-color: rgb(238,219,18); }

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

border-color css

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

 span { border-color: rgb(238,219,18); }

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