Html Css Color HEX #ECED1A Lemon

📋 copy color: '#ECED1A'

red 236 ◦ green 237 ◦ blue 26

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

Shades of Lemon #ECED1A

Tints of Lemon #ECED1A

RGB

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

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

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

R = 47.29%
G = 47.49%
B = 5.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECED1A (or 0xECED1A) is known color: Lemon. HEX triplet: EC, ED and 1A. RGB value is (236,237,26). Sum of RGB (Red+Green+Blue) = 236+237+26=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 26 (10.55% from 255 or 5.21% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED1A is #1312E5. Grayscale: #D5D5D5. Windows color (decimal): -1250022 or 1764844. OLE color: 1764844.

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

Color convert

RGB 236 237 26 -
CMYK 0.00 0 0.89 0.07
HSL 60.28º 0.85% 0.52% -
HSV(B) 60.28º 0.89% 0.93% -
XYZ 65.06 78.48 12.7 -
YUV 212.65 22.67 144.66 -
System Red Green Blue C M Y K H S L
Decimal 236 237 26 0.00 0 0.89 0.07 60.28 0.85 0.52
Hex EC ED 1A 0 0 59 7 3C 55 34
Octal 354 355 32 0 0 131 7 74 125 64
Binary 11101100 11101101 11010 0 0 1011001 111 111100 1010101 110100

Color Harmonies of #ECED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED1A

Black with #ECED1A

Text Example


Text Example

White with #ECED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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