Html Css Color HEX #ECED01 Lemon

📋 copy color: '#ECED01'

red 236 ◦ green 237 ◦ blue 1

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

Shades of Lemon #ECED01

Tints of Lemon #ECED01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 49.79%
G = 50%
B = 0.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECED01 (or 0xECED01) is known color: Lemon. HEX triplet: EC, ED and 01. RGB value is (236,237,1). Sum of RGB (Red+Green+Blue) = 236+237+1=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED01 is #1312FE. Grayscale: #D2D2D2. Windows color (decimal): -1250047 or 126444. OLE color: 126444.

HSL color Cylindrical-coordinate representation of color #ECED01: hue angle of 60.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECED01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 1 -
CMYK 0.00 0 1.00 0.07
HSL 60.25º 0.99% 0.47% -
HSV(B) 60.25º 1% 0.93% -
XYZ 64.88 78.4 11.74 -
YUV 209.8 10.17 146.69 -
System Red Green Blue C M Y K H S L
Decimal 236 237 1 0.00 0 1.00 0.07 60.25 0.99 0.47
Hex EC ED 1 0 0 64 7 3C 63 2F
Octal 354 355 1 0 0 144 7 74 143 57
Binary 11101100 11101101 1 0 0 1100100 111 111100 1100011 101111

Color Harmonies of #ECED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED01

Black with #ECED01

Text Example


Text Example

White with #ECED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED01; }

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

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

background-color css

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

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

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

border-color css

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

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

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