Html Css Color HEX #ECE80D Lemon

📋 copy color: '#ECE80D'

red 236 ◦ green 232 ◦ blue 13

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

Shades of Lemon #ECE80D

Tints of Lemon #ECE80D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.23%

 BLUE value IS 13 (5.47% from 255) = 2.7%

R = 49.06%
G = 48.23%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECE80D (or 0xECE80D) is known color: Lemon. HEX triplet: EC, E8 and 0D. RGB value is (236,232,13). Sum of RGB (Red+Green+Blue) = 236+232+13=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE80D is #1317F2. Grayscale: #D1D1D1. Windows color (decimal): -1251315 or 911596. OLE color: 911596.

HSL color Cylindrical-coordinate representation of color #ECE80D: hue angle of 58.92º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECE80D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 232 13 -
CMYK 0 0.02 0.94 0.07
HSL 58.92º 0.9% 0.49% -
HSV(B) 58.92º 0.94% 0.93% -
XYZ 63.52 75.58 11.62 -
YUV 208.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 236 232 13 0 0.02 0.94 0.07 58.92 0.9 0.49
Hex EC E8 D 0 2 5E 7 3B 5A 31
Octal 354 350 15 0 2 136 7 73 132 61
Binary 11101100 11101000 1101 0 10 1011110 111 111011 1011010 110001

Color Harmonies of #ECE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE80D

Black with #ECE80D

Text Example


Text Example

White with #ECE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE80D; }

 p { color: rgb(236,232,13); }

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

background-color css

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

 a { background-color: rgb(236,232,13); }

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

border-color css

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

 span { border-color: rgb(236,232,13); }

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