Html Css Color HEX #ECED13 Lemon

📋 copy color: '#ECED13'

red 236 ◦ green 237 ◦ blue 19

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

Shades of Lemon #ECED13

Tints of Lemon #ECED13

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

 GREEN value IS 237 (92.97% from 255) = 48.17%

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

R = 47.97%
G = 48.17%
B = 3.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECED13 (or 0xECED13) is known color: Lemon. HEX triplet: EC, ED and 13. RGB value is (236,237,19). Sum of RGB (Red+Green+Blue) = 236+237+19=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED13 is #1312EC. Grayscale: #D4D4D4. Windows color (decimal): -1250029 or 1306092. OLE color: 1306092.

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

Color convert

RGB 236 237 19 -
CMYK 0.00 0 0.92 0.07
HSL 60.28º 0.86% 0.5% -
HSV(B) 60.28º 0.92% 0.93% -
XYZ 64.99 78.45 12.33 -
YUV 211.85 19.17 145.23 -
System Red Green Blue C M Y K H S L
Decimal 236 237 19 0.00 0 0.92 0.07 60.28 0.86 0.5
Hex EC ED 13 0 0 5C 7 3C 56 32
Octal 354 355 23 0 0 134 7 74 126 62
Binary 11101100 11101101 10011 0 0 1011100 111 111100 1010110 110010

Color Harmonies of #ECED13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED13

Black with #ECED13

Text Example


Text Example

White with #ECED13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED13; }

 p { color: rgb(236,237,19); }

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

background-color css

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

 a { background-color: rgb(236,237,19); }

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

border-color css

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

 span { border-color: rgb(236,237,19); }

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