Html Css Color HEX #ECFA1A Lemon

📋 copy color: '#ECFA1A'

red 236 ◦ green 250 ◦ blue 26

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

Shades of Lemon #ECFA1A

Tints of Lemon #ECFA1A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

 BLUE value IS 26 (10.55% from 255) = 5.08%

R = 46.09%
G = 48.83%
B = 5.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#ECFA1A (or 0xECFA1A) is known color: Lemon. HEX triplet: EC, FA and 1A. RGB value is (236,250,26). Sum of RGB (Red+Green+Blue) = 236+250+26=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFA1A is #1305E5. Grayscale: #DDDDDD. Windows color (decimal): -1246694 or 1768172. OLE color: 1768172.

HSL color Cylindrical-coordinate representation of color #ECFA1A: hue angle of 63.75º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECFA1A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 250 26 -
CMYK 0.06 0 0.90 0.02
HSL 63.75º 0.96% 0.54% -
HSV(B) 63.75º 0.9% 0.98% -
XYZ 68.96 86.28 14 -
YUV 220.28 18.36 139.21 -
System Red Green Blue C M Y K H S L
Decimal 236 250 26 0.06 0 0.90 0.02 63.75 0.96 0.54
Hex EC FA 1A 6 0 5A 2 40 60 36
Octal 354 372 32 6 0 132 2 100 140 66
Binary 11101100 11111010 11010 110 0 1011010 10 1000000 1100000 110110

Color Harmonies of #ECFA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECFA1A

Black with #ECFA1A

Text Example


Text Example

White with #ECFA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECFA1A; }

 p { color: rgb(236,250,26); }

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

background-color css

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

 a { background-color: rgb(236,250,26); }

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

border-color css

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

 span { border-color: rgb(236,250,26); }

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