Html Css Color HEX #ECEA16 Lemon

📋 copy color: '#ECEA16'

red 236 ◦ green 234 ◦ blue 22

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

Shades of Lemon #ECEA16

Tints of Lemon #ECEA16

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 22 (8.98% from 255) = 4.47%

R = 47.97%
G = 47.56%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECEA16 (or 0xECEA16) is known color: Lemon. HEX triplet: EC, EA and 16. RGB value is (236,234,22). Sum of RGB (Red+Green+Blue) = 236+234+22=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA16 is #1315E9. Grayscale: #D3D3D3. Windows color (decimal): -1250794 or 1501932. OLE color: 1501932.

HSL color Cylindrical-coordinate representation of color #ECEA16: hue angle of 59.44º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECEA16 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 22 -
CMYK 0 0.01 0.91 0.07
HSL 59.44º 0.85% 0.51% -
HSV(B) 59.44º 0.91% 0.93% -
XYZ 64.16 76.74 12.19 -
YUV 210.43 21.66 146.24 -
System Red Green Blue C M Y K H S L
Decimal 236 234 22 0 0.01 0.91 0.07 59.44 0.85 0.51
Hex EC EA 16 0 1 5B 7 3B 55 33
Octal 354 352 26 0 1 133 7 73 125 63
Binary 11101100 11101010 10110 0 1 1011011 111 111011 1010101 110011

Color Harmonies of #ECEA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA16

Black with #ECEA16

Text Example


Text Example

White with #ECEA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA16; }

 p { color: rgb(236,234,22); }

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

background-color css

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

 a { background-color: rgb(236,234,22); }

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

border-color css

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

 span { border-color: rgb(236,234,22); }

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