Html Css Color HEX #ECED02 Lemon

📋 copy color: '#ECED02'

red 236 ◦ green 237 ◦ blue 2

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

Shades of Lemon #ECED02

Tints of Lemon #ECED02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 49.68%
G = 49.89%
B = 0.42%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECED02 (or 0xECED02) is known color: Lemon. HEX triplet: EC, ED and 02. RGB value is (236,237,2). Sum of RGB (Red+Green+Blue) = 236+237+2=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED02 is #1312FD. Grayscale: #D2D2D2. Windows color (decimal): -1250046 or 191980. OLE color: 191980.

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

Color convert

RGB 236 237 2 -
CMYK 0.00 0 0.99 0.07
HSL 60.26º 0.98% 0.47% -
HSV(B) 60.26º 0.99% 0.93% -
XYZ 64.89 78.41 11.77 -
YUV 209.91 10.67 146.61 -
System Red Green Blue C M Y K H S L
Decimal 236 237 2 0.00 0 0.99 0.07 60.26 0.98 0.47
Hex EC ED 2 0 0 63 7 3C 62 2F
Octal 354 355 2 0 0 143 7 74 142 57
Binary 11101100 11101101 10 0 0 1100011 111 111100 1100010 101111

Color Harmonies of #ECED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED02

Black with #ECED02

Text Example


Text Example

White with #ECED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED02; }

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

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

background-color css

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

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

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

border-color css

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

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

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