Html Css Color HEX #ECED1F Lemon

📋 copy color: '#ECED1F'

red 236 ◦ green 237 ◦ blue 31

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

Shades of Lemon #ECED1F

Tints of Lemon #ECED1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.15%

R = 46.83%
G = 47.02%
B = 6.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECED1F (or 0xECED1F) is known color: Lemon. HEX triplet: EC, ED and 1F. RGB value is (236,237,31). Sum of RGB (Red+Green+Blue) = 236+237+31=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED1F is #1312E0. Grayscale: #D6D6D6. Windows color (decimal): -1250017 or 2092524. OLE color: 2092524.

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

Color convert

RGB 236 237 31 -
CMYK 0.00 0 0.87 0.07
HSL 60.29º 0.85% 0.53% -
HSV(B) 60.29º 0.87% 0.93% -
XYZ 65.12 78.5 13.02 -
YUV 213.22 25.17 144.25 -
System Red Green Blue C M Y K H S L
Decimal 236 237 31 0.00 0 0.87 0.07 60.29 0.85 0.53
Hex EC ED 1F 0 0 57 7 3C 55 35
Octal 354 355 37 0 0 127 7 74 125 65
Binary 11101100 11101101 11111 0 0 1010111 111 111100 1010101 110101

Color Harmonies of #ECED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED1F

Black with #ECED1F

Text Example


Text Example

White with #ECED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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