Html Css Color HEX #ECED04 Lemon

📋 copy color: '#ECED04'

red 236 ◦ green 237 ◦ blue 4

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

Shades of Lemon #ECED04

Tints of Lemon #ECED04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 49.48%
G = 49.69%
B = 0.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECED04 (or 0xECED04) is known color: Lemon. HEX triplet: EC, ED and 04. RGB value is (236,237,4). Sum of RGB (Red+Green+Blue) = 236+237+4=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECED04 is #1312FB. Grayscale: #D3D3D3. Windows color (decimal): -1250044 or 323052. OLE color: 323052.

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

Color convert

RGB 236 237 4 -
CMYK 0.00 0 0.98 0.07
HSL 60.26º 0.97% 0.47% -
HSV(B) 60.26º 0.98% 0.93% -
XYZ 64.9 78.41 11.83 -
YUV 210.14 11.67 146.45 -
System Red Green Blue C M Y K H S L
Decimal 236 237 4 0.00 0 0.98 0.07 60.26 0.97 0.47
Hex EC ED 4 0 0 62 7 3C 61 2F
Octal 354 355 4 0 0 142 7 74 141 57
Binary 11101100 11101101 100 0 0 1100010 111 111100 1100001 101111

Color Harmonies of #ECED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED04

Black with #ECED04

Text Example


Text Example

White with #ECED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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